added readonly parameter

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342912 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-26 15:34:01 +00:00
parent 6ba729d8af
commit 2e6586509a
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,14 @@ public class MyMojo
*/
private String undocumentedParam;
/**
* Readonly parameter: should not be proposed for configuration.
*
* @parameter default-value="not for configuration"
* @readonly
*/
private String readonly;
public void execute()
{
}