Class RestInjectAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationMBuilder
org.apache.juneau.rest.annotation.RestInjectAnnotation.Builder
- Enclosing class:
RestInjectAnnotation
Builder class.
See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Instantiates a new@RestInject
object initialized with this builder.methodScope
(String... value) Sets theRestInject.methodScope()
property on this annotation.Sets theRestInject.name()
property on this annotation.Appends the methods that this annotation applies to.The targets this annotation applies to.Sets theRestInject.value()
property on this annotation.
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@RestInject
object initialized with this builder.- Returns:
- A new
@RestInject
object.
-
name
Sets theRestInject.name()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-
value
Sets theRestInject.value()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-
methodScope
Sets theRestInject.methodScope()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationBuilder
The targets this annotation applies to.- Overrides:
on
in classTargetedAnnotationMBuilder
- Parameters:
values
- The targets this annotation applies to.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMBuilder
Appends the methods that this annotation applies to.- Overrides:
on
in classTargetedAnnotationMBuilder
- Parameters:
value
- The values to append.- Returns:
- This object.
-