Uses of Class
org.apache.juneau.annotation.BeancAnnotation.Builder
Packages that use BeancAnnotation.Builder
-
Uses of BeancAnnotation.Builder in org.apache.juneau.annotation
Methods in org.apache.juneau.annotation that return BeancAnnotation.BuilderModifier and TypeMethodDescriptionstatic BeancAnnotation.BuilderBeancAnnotation.create()Instantiates a new builder for this class.static BeancAnnotation.BuilderInstantiates a new builder for this class.BeancAnnotation.Builder.description(String... value) Sets the description property on this annotation.BeancAnnotation.Builder.on(Constructor<?>... value) BeancAnnotation.Builder.on(ConstructorInfo... value) BeancAnnotation.Builder.properties(String value) Sets theBeanc.properties()property on this annotation.