Class RestAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestAnnotation
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBuilder class.static classAppliesRestannotations to aRestContext.Builder.static classAppliesRestannotations to aRestOpContext.Builder.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RestAnnotation.Buildercreate()Instantiates a new builder for this class.static RestAnnotation.BuilderInstantiates a new builder for this class.static RestAnnotation.BuilderInstantiates a new builder for this class.
- 
Field Details- 
DEFAULTDefault value
 
- 
- 
Constructor Details- 
RestAnnotationpublic RestAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
- 
createInstantiates a new builder for this class.- Parameters:
- on- The targets this annotation applies to.
- Returns:
- A new builder object.
 
- 
createInstantiates a new builder for this class.- Parameters:
- on- The targets this annotation applies to.
- Returns:
- A new builder object.
 
 
-