Class JavaAnnotation.JavaAnnotationBuilder

java.lang.Object
com.github.tadukoo.parsing.code.java.JavaAnnotation.JavaAnnotationBuilder
Enclosing class:
JavaAnnotation

public static class JavaAnnotation.JavaAnnotationBuilder extends Object
Java Annotation Builder is used to build a new JavaAnnotation. It contains the following parameters:
Java Annotation Parameters
Parameter Description Default or Required
name The name of the annotation Required
Version:
Alpha v.0.3
Author:
Logan Ferree (Tadukoo)
  • Field Details

    • name

      private String name
      The name of the annotation
  • Constructor Details

    • JavaAnnotationBuilder

      private JavaAnnotationBuilder()
  • Method Details