Package org.apache.juneau.annotation
Class AnnotationBuilder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
- Direct Known Subclasses:
ContactAnnotation.Builder
,ExternalDocsAnnotation.Builder
,HasFormDataAnnotation.Builder
,HasQueryAnnotation.Builder
,ItemsAnnotation.Builder
,LicenseAnnotation.Builder
,OpSwaggerAnnotation.Builder
,SubItemsAnnotation.Builder
,SwaggerAnnotation.Builder
,TagAnnotation.Builder
,TargetedAnnotationBuilder
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AnnotationBuilder
Constructor.- Parameters:
annotationType
- The annotation type of the annotation implementation class.
-