org.nuiton.util
Annotation Type PluginConfig
Deprecated. since 1.0.3, prefer use the AbstractMojoTest which
need no more annotation on each test method.
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
@Deprecated
public @interface PluginConfig
- Author:
- chemit
|
Required Element Summary |
java.lang.String |
goalName
Deprecated. |
java.lang.String |
pomName
Deprecated. |
goalName
public abstract java.lang.String goalName
- Deprecated.
pomName
public abstract java.lang.String pomName
- Deprecated.
Copyright © 2009 CodeLutin. All Rights Reserved.