Class RestInitAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestInitAnnotation
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic @interfaceA collection of@RestInit annotations.static classBuilder class.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RestInitAnnotation.Buildercreate()Instantiates a new builder for this class.
- 
Field Details- 
DEFAULTDefault value
 
- 
- 
Constructor Details- 
RestInitAnnotationpublic RestInitAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
 
-