Package org.apache.juneau.annotation
Class BeancAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationCBuilder<BeancAnnotation.Builder>
org.apache.juneau.annotation.BeancAnnotation.Builder
- Enclosing class:
- BeancAnnotation
public static class BeancAnnotation.Builder
extends TargetedAnnotationCBuilder<BeancAnnotation.Builder>
Builder class.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Instantiates a new@Beanc
object initialized with this builder.properties
(String value) Sets theBeanc.properties()
property on this annotation.Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationCBuilder
on
Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilder
on
Methods inherited from class org.apache.juneau.annotation.AnnotationBuilder
asThis, description
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@Beanc
object initialized with this builder.- Returns:
- A new
@Beanc
object.
-
properties
Sets theBeanc.properties()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-