Class UneditableJavaAnnotation.UneditableJavaAnnotationBuilder
java.lang.Object
com.github.tadukoo.java.JavaAnnotationBuilder<UneditableJavaAnnotation>
com.github.tadukoo.java.uneditable.UneditableJavaAnnotation.UneditableJavaAnnotationBuilder
- Enclosing class:
- UneditableJavaAnnotation
public static class UneditableJavaAnnotation.UneditableJavaAnnotationBuilder
extends JavaAnnotationBuilder<UneditableJavaAnnotation>
A builder used to make an
UneditableJavaAnnotation.- Version:
- Alpha v.0.4
- Author:
- Logan Ferree (Tadukoo)
- See Also:
-
Field Summary
Fields inherited from class com.github.tadukoo.java.JavaAnnotationBuilder
name -
Method Summary
Methods inherited from class com.github.tadukoo.java.JavaAnnotationBuilder
build, name
-
Method Details
-
constructAnnotation
Constructs a newJavaAnnotationwith the given parameters- Specified by:
constructAnnotationin classJavaAnnotationBuilder<UneditableJavaAnnotation>- Returns:
- The newly constructed
JavaAnnotation
-