Class JavaAnnotationBuilder<AnnotationType extends JavaAnnotation>

java.lang.Object
com.github.tadukoo.java.JavaAnnotationBuilder<AnnotationType>
Direct Known Subclasses:
EditableJavaAnnotation.EditableJavaAnnotationBuilder, UneditableJavaAnnotation.UneditableJavaAnnotationBuilder

public abstract class JavaAnnotationBuilder<AnnotationType extends JavaAnnotation> extends Object
Java Annotation Builder is used to build a new JavaAnnotation. It contains the following parameters:
Java Annotation Parameters
Parameter Description Default or Required
name The name of the annotation Required
Since:
Alpha v.0.3 (within JavaAnnotation), Alpha v.0.4 (on its own)
Version:
Alpha v.0.4
Author:
Logan Ferree (Tadukoo)