Uses of Annotation Interface
org.apache.juneau.annotation.Example
Packages that use Example
-
Uses of Example in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as ExampleMethods in org.apache.juneau.annotation that return ExampleModifier and TypeMethodDescriptionExampleAnnotation.Builder.build()
Instantiates a new@Example
object initialized with this builder.static Example
ExampleAnnotation.copy
(Example a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type ExampleModifier and TypeMethodDescriptionstatic Example
ExampleAnnotation.copy
(Example a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type ExampleModifier and TypeMethodDescriptionvoid
ExampleAnnotation.Applier.apply
(AnnotationInfo<Example> ai, BeanContext.Builder b)