Uses of Class
org.apache.juneau.annotation.BeanpAnnotation.Builder
Packages that use BeanpAnnotation.Builder
- 
Uses of BeanpAnnotation.Builder in org.apache.juneau.annotationMethods in org.apache.juneau.annotation that return BeanpAnnotation.BuilderModifier and TypeMethodDescriptionstatic BeanpAnnotation.BuilderBeanpAnnotation.create()Instantiates a new builder for this class.static BeanpAnnotation.BuilderInstantiates a new builder for this class.BeanpAnnotation.Builder.dictionary(Class<?>... value) Sets theBeanp.dictionary()property on this annotation.Sets theBeanp.format()property on this annotation.Sets theBeanp.name()property on this annotation.Sets theBeanp.params()property on this annotation.BeanpAnnotation.Builder.properties(String value) Sets theBeanp.properties()property on this annotation.Sets theBeanp.ro()property on this annotation.Sets theBeanp.type()property on this annotation.Sets theBeanp.value()property on this annotation.Sets theBeanp.wo()property on this annotation.