Annotation Interface Http.HttpMethod

Enclosing class:
Http

@Retention(CLASS) @Documented @Target({METHOD,ANNOTATION_TYPE}) public static @interface Http.HttpMethod
HTTP Method. Can be used as a meta annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Text of the HTTP method.
  • Element Details

    • value

      String value
      Text of the HTTP method.
      Returns:
      method