Class RestInjectAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationMBuilder<RestInjectAnnotation.Builder>
org.apache.juneau.rest.annotation.RestInjectAnnotation.Builder
- Enclosing class:
- RestInjectAnnotation
public static class RestInjectAnnotation.Builder
extends TargetedAnnotationMBuilder<RestInjectAnnotation.Builder>
Builder class.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Instantiates a new@RestInjectobject initialized with this builder.methodScope(String... value) Sets theRestInject.methodScope()property on this annotation.Sets theRestInject.name()property on this annotation.Sets theRestInject.value()property on this annotation.Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationMBuilderonMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilderonMethods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
Builderprotected Builder()Constructor.
 
- 
- 
Method Details- 
buildInstantiates a new@RestInjectobject initialized with this builder.- Returns:
- A new @RestInjectobject.
 
- 
nameSets theRestInject.name()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
valueSets theRestInject.value()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
methodScopeSets theRestInject.methodScope()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
 
-