Annotation Type MojoParameters
-
@Retention(RUNTIME) @Inherited @Target({TYPE,METHOD,PARAMETER}) public @interface MojoParametersContainer annotation for multipleMojoParameterannotations. This annotation is automatically used by Java when multiple@MojoParameterannotations are applied to the same element.While this annotation can be used directly, it's generally more convenient to use multiple
@MojoParameterannotations, which Java will automatically wrap in this container annotation.Example of direct usage:
{@code- Since:
- 3.4.0
- See Also:
MojoParameter,InjectMojo,MojoTest
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description MojoParameter[]value
-
-
-
Element Detail
-
value
MojoParameter[] value
-
-