package saker.build.task.utils.annot
public @interface SakerInput
Field annotation for marking the field as an input parameter for the enclosing task.
See TaskUtils.initParametersOfTask(
public boolean | Gets if the parameter is required. |
public String[] | The name(s) of the parameter to use. |
From: Annotation |
Gets if the parameter is required.
If a parameter is required, but not present, an exception will be thrown.
false
by default.
true
if the parameter is required.