Package net.bytebuddy.utility.dispatcher
Annotation Type JavaDispatcher.Proxied
- Enclosing class:
JavaDispatcher<T>
@Documented
@Target({TYPE,METHOD,PARAMETER})
@Retention(RUNTIME)
public static @interface JavaDispatcher.Proxied
Indicates a proxied type's name. This annotation is mandatory for proxied types but can also be used on method's
to describe the actual name of the proxied method or on parameters to indicate the parameter's (component) type.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueReturns the binary name of the proxied type.- Returns:
- The binary name of the proxied type.
-