Uses of Annotation Interface
org.apache.juneau.annotation.Beanc
Packages that use Beanc
Package
Description
- 
Uses of Beanc in org.apache.juneauConstructors in org.apache.juneau with annotations of type BeancModifierConstructorDescriptionUriContext(String authority, String contextRoot, String servletPath, String pathInfo) Constructor.
- 
Uses of Beanc in org.apache.juneau.annotationFields in org.apache.juneau.annotation declared as BeancMethods in org.apache.juneau.annotation that return BeancModifier and TypeMethodDescriptionBeancAnnotation.Builder.build()Instantiates a new@Beancobject initialized with this builder.static BeancBeancAnnotation.copy(Beanc a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type BeancModifier and TypeMethodDescriptionstatic BeancBeancAnnotation.copy(Beanc a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type BeancModifier and TypeMethodDescriptionvoidBeancAnnotation.Applier.apply(AnnotationInfo<Beanc> ai, BeanContext.Builder b) 
- 
Uses of Beanc in org.apache.juneau.examples.core.pojoConstructors in org.apache.juneau.examples.core.pojo with annotations of type Beanc