Class AnnotationObject.Builder
java.lang.Object
org.apache.juneau.commons.annotation.AnnotationObject.Builder
- Direct Known Subclasses:
AppliedAnnotationObject.Builder,ContactAnnotation.Builder,ExternalDocsAnnotation.Builder,HasFormDataAnnotation.Builder,HasQueryAnnotation.Builder,ItemsAnnotation.Builder,LicenseAnnotation.Builder,OpSwaggerAnnotation.Builder,SubItemsAnnotation.Builder,SwaggerAnnotation.Builder,TagAnnotation.Builder
- Enclosing class:
- AnnotationObject
Builder for
AnnotationObject objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>Returns the annotation type being built.
-
Constructor Details
-
Builder
Constructor.- Parameters:
annotationType- The annotation type of the annotation implementation class.
-
-
Method Details
-
getAnnotationType
Returns the annotation type being built.- Returns:
- The annotation type being built.
-