Class UneditableJavaAnnotation
java.lang.Object
com.github.tadukoo.java.JavaAnnotation
com.github.tadukoo.java.uneditable.UneditableJavaAnnotation
Represents a
JavaAnnotation that can't be modified- Since:
- Alpha v.0.3 (as JavaAnnotation), Alpha v.0.4 (as UneditableJavaAnnotation)
- Version:
- Alpha v.0.4
- Author:
- Logan Ferree (Tadukoo)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder used to make anUneditableJavaAnnotation. -
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
UneditableJavaAnnotation.UneditableJavaAnnotationBuilderto use to build anUneditableJavaAnnotation
-