|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface MojoRequiresDirectInvocation
Tells Maven that this mojo can ONLY be invoked directly, via the command line. The default in maven is false.
| Optional Element Summary | |
|---|---|
boolean |
value
The default is true for annotation readability. |
public abstract boolean value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||