Package com.github.tadukoo.java
Class JavaAnnotation
java.lang.Object
com.github.tadukoo.java.JavaAnnotation
- Direct Known Subclasses:
EditableJavaAnnotation,UneditableJavaAnnotation
Represents an annotation in Java.
- Since:
- Alpha v.0.3 (as old version that is now more like UneditableJavaAnnotation), Alpha v.0.4 (as newer version)
- Version:
- Alpha v.0.4
- Author:
- Logan Ferree (Tadukoo)
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJavaAnnotation(boolean editable, String name) Constructs a newJavaAnnotationwith the given parameters -
Method Summary
-
Field Details
-
name
The name of the annotation
-
-
Constructor Details
-
JavaAnnotation
Constructs a newJavaAnnotationwith the given parameters- Parameters:
editable- Whether the annotation is editable or notname- The name of the annotation
-
-
Method Details