Interface MojoMetadataProvider.Context.Inputs

Enclosing interface:
MojoMetadataProvider.Context

public static interface MojoMetadataProvider.Context.Inputs
The inputs of a goal determine its cache key. All fields annotated with @Parameter need to be declared as either an input, output, local state or ignored using the ignore(String...) method. Any unhandled parameters will make the goal execution non-cacheable.
Since:
1.15