|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface MojoInheritedByDefault
Tells Maven that the this plugin's configuration should be inherted from
a parent POM by default. The default is true in Maven.
If the user specifies
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 |