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