Annotation Type Method


  • @Target(ANNOTATION_TYPE)
    @Retention(RUNTIME)
    public @interface Method
    Meta annotation to declare method annotations.
    Author:
    Jerome Louvel
    See Also:
    Get, Post, Put, Delete, Options, Patch
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Method name identified by the underlying annotation.
    • Element Detail

      • value

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