Annotation Type MethodName
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
@Target(METHOD)
@Retention(RUNTIME)
public @interface MethodName
Used to specify a name other than the annotated method's name
as the name of the target method for a method on a reflection
proxy interface.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the target method.- Returns:
- method name
-