Package org.apache.juneau.annotation
Class ExampleAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTMFBuilder<ExampleAnnotation.Builder>
org.apache.juneau.annotation.ExampleAnnotation.Builder
- Enclosing class:
- ExampleAnnotation
public static class ExampleAnnotation.Builder
extends TargetedAnnotationTMFBuilder<ExampleAnnotation.Builder>
Builder class.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationTMFBuilder
on, on
Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationTBuilder
on, onClass
Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilder
on
Methods inherited from class org.apache.juneau.annotation.AnnotationBuilder
asThis, description
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details