Annotation Interface Method


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Method
Meta annotation to declare method annotations.
Author:
Jerome Louvel
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Method name identified by the underlying annotation.
  • Element Details

    • value

      String value
      Method name identified by the underlying annotation.
      Returns:
      the method name identified by the underlying annotation.