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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Instantiates a new@Beancobject initialized with this builder.properties(String value) Sets theBeanc.properties()property on this annotation.Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationCBuilderonMethods 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@Beancobject initialized with this builder.- Returns:
- A new @Beancobject.
 
- 
propertiesSets theBeanc.properties()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
 
-