package saker.build.scripting.model.info
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.
public default FormattedTextContent | Gets documentational information about this field. |
public String | getName() Gety the name of this field. |
public TypeInformation | getType() Gets the type of the field. |
public default boolean | Gets if the field is deprecated. |
Gets documentational information about this field.
The information.
Gets the type of the field.
The type of the field or
null
if not available.Gets if the field is deprecated.
true
if the field is deprecated.