Package net.bytebuddy.description.method
Interface MethodDescription.InDefinedShape.AbstractBase.Executable
- Enclosing class:
MethodDescription.InDefinedShape.AbstractBase
@Proxied("java.lang.reflect.Executable")
protected static interface MethodDescription.InDefinedShape.AbstractBase.Executable
A proxy type for invoking methods of
java.lang.reflect.Executable
.-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedReceiverType
(Object value) Returns the annotated receiver type.
-
Method Details
-
getAnnotatedReceiverType
Returns the annotated receiver type.- Parameters:
value
- Thejava.lang.reflect.Executable
to resolve.- Returns:
- An instance of
java.lang.reflect.AnnotatedType
that represents the receiver of the supplied executable.
-