Annotation Interface RestServer.Header
- Enclosing class:
RestServer
@Target({TYPE,METHOD})
@Repeatable(RestServer.Headers.class)
@Documented
public static @interface RestServer.Header
Definition of outbound response header metadata.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionName of the header, seeHeaderNamesconstants with_STRING.Value of the header.
-
Element Details
-
name
-
value
-