Class JavaField.JavaFieldBuilder

java.lang.Object
com.github.tadukoo.parsing.code.java.JavaField.JavaFieldBuilder
Enclosing class:
JavaField

public static class JavaField.JavaFieldBuilder extends Object
Java Field Builder is a builder to create a JavaField. It has the following parameters:
Java Field Parameters
Parameter Description Default or Required
annotations The annotations on the field An empty list
visibility The Visibility of the field Visibility.PRIVATE
final If the field is final or not false
type The type of the field Required
name The name of the field Required
value The value assigned to the field null
Since:
Alpha v.0.2
Version:
Alpha v.0.3
Author:
Logan Ferree (Tadukoo)