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