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
    Modifier and Type
    Required Element
    Description
    The name of the target method.
  • Element Details

    • value

      String value
      The name of the target method.
      Returns:
      method name