Annotation Type Head
-
@Retention(RUNTIME) @Target(METHOD) public @interface Head
HTTP HEAD method annotation describing the parameterized relative path to a REST endpoint.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Get the relative path of the annotated method's HEAD URL.
-