Class JavaAnnotation
java.lang.Object
com.github.tadukoo.parsing.code.java.JavaAnnotation
Represents an Annotation in Java.
- Version:
- Alpha v.0.3
- Author:
- Logan Ferree (Tadukoo)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java Annotation Builder is used to build a newJavaAnnotation
. -
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
JavaAnnotation
(String name) Constructs a Java Annotation with the given parameters -
Method Summary
-
Field Details
-
name
The name of the annotation
-
-
Constructor Details
-
JavaAnnotation
Constructs a Java Annotation with the given parameters
-
-
Method Details
-
builder
- Returns:
- A new
JavaAnnotation.JavaAnnotationBuilder
to use to build aJavaAnnotation
-
getName
- Returns:
- The name of the annotation
-
toString
-