Uses of Annotation Interface
org.apache.juneau.annotation.NameProperty
Packages that use NameProperty
-
Uses of NameProperty in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as NamePropertyModifier and TypeFieldDescriptionstatic final NameProperty
NamePropertyAnnotation.DEFAULT
Default valueMethods in org.apache.juneau.annotation that return NamePropertyModifier and TypeMethodDescriptionNamePropertyAnnotation.Builder.build()
Instantiates a new@NameProperty
object initialized with this builder.static NameProperty
NamePropertyAnnotation.copy
(NameProperty a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type NamePropertyModifier and TypeMethodDescriptionstatic NameProperty
NamePropertyAnnotation.copy
(NameProperty a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type NamePropertyModifier and TypeMethodDescriptionvoid
NamePropertyAnnotation.Applier.apply
(AnnotationInfo<NameProperty> ai, BeanContext.Builder b)