Class RestInitAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationMBuilder
org.apache.juneau.rest.annotation.RestInitAnnotation.Builder
- Enclosing class:
RestInitAnnotation
Builder class.
See Also:
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@RestInitobject initialized with this builder.- Returns:
- A new
@RestInitobject.
-
on
Description copied from class:TargetedAnnotationBuilderThe targets this annotation applies to.- Overrides:
onin classTargetedAnnotationMBuilder- Parameters:
values- The targets this annotation applies to.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMBuilderAppends the methods that this annotation applies to.- Overrides:
onin classTargetedAnnotationMBuilder- Parameters:
value- The values to append.- Returns:
- This object.
-