added readonly parameter
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342912 13f79535-47bb-0310-9956-ffa450edef68master
parent
6ba729d8af
commit
2e6586509a
|
|
@ -37,6 +37,14 @@ public class MyMojo
|
||||||
*/
|
*/
|
||||||
private String undocumentedParam;
|
private String undocumentedParam;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Readonly parameter: should not be proposed for configuration.
|
||||||
|
*
|
||||||
|
* @parameter default-value="not for configuration"
|
||||||
|
* @readonly
|
||||||
|
*/
|
||||||
|
private String readonly;
|
||||||
|
|
||||||
public void execute()
|
public void execute()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue