saker.build Documentation TaskDoc JavaDoc Packages
public interface FieldInformation extends InformationHolder
Interface holding information about a given field.

Fields are members of an enclosing type with a unique name in its enclosing context. Each field has a type.

Methods
public default FormattedTextContent
Gets documentational information about this field.
public String
Gety the name of this field.
public TypeInformation
Gets the type of the field.
public default boolean
Gets if the field is deprecated.
Gets documentational information about this field.
The information.
public abstract String getName()
Gety the name of this field.
The name.
public abstract TypeInformation getType()
Gets the type of the field.
The type of the field or null if not available.
public default boolean isDeprecated()
Gets if the field is deprecated.
true if the field is deprecated.