Package com.github.tadukoo.java.editable
Class EditableJavaAnnotation
java.lang.Object
com.github.tadukoo.java.JavaAnnotation
com.github.tadukoo.java.editable.EditableJavaAnnotation
Represents an annotation in Java that can be modified
- Version:
- Alpha v.0.4
- Author:
- Logan Ferree (Tadukoo)
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.github.tadukoo.java.JavaAnnotation
name -
Method Summary
Methods inherited from class com.github.tadukoo.java.JavaAnnotation
equals, getName, isEditable, toString
-
Method Details
-
builder
- Returns:
- A new
EditableJavaAnnotation.EditableJavaAnnotationBuilderto use to make anEditableJavaAnnotation
-
setName
- Parameters:
name- The name of the annotation
-