Class RestGetAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestGetAnnotation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class.static classAppliesRestGetannotations to aRestOpContext.Builder. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestGetAnnotation.Buildercreate()Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
RestGetAnnotation
public RestGetAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-