package saker.build.scripting.model.info
public interface InformationHolder
BuildTargetInformation, BuildTargetParameterInformation, FieldInformation, LiteralInformation, SimpleBuildTargetInformation, SimpleBuildTargetParameterInformation, SimpleFieldInformation, SimpleLiteralInformation, SimpleTaskInformation, SimpleTaskParameterInformation, SimpleTypeInformation, TaskInformation, TaskParameterInformation, TypeInformation
Common superinterface for script model elements which are documented.
Any script model element that holds documentational information are a subinterface of this interface.
public default FormattedTextContent | Gets documentational information about this script element. |
Gets documentational information about this script element.
The information, or
null
if it is not available or still loading.