Class RestInjectAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestInjectAnnotation
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic @interfaceA collection of@RestInject annotations.static classBuilder class.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RestInjectAnnotation.Buildercreate()Instantiates a new builder for this class.static Stringname(RestInject a) Pulls the name/value attribute from aRestInjectannotation.
- 
Field Details- 
DEFAULTDefault value
 
- 
- 
Constructor Details- 
RestInjectAnnotationpublic RestInjectAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
- 
namePulls the name/value attribute from aRestInjectannotation.- Parameters:
- a- The annotation to check. Can be- null .
- Returns:
- The annotation value, or an empty string if the annotation is null .
 
 
-