org.jfrog.maven.annomojo.annotations
Annotation Type MojoConfigurator
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface MojoConfigurator
The configurator type to use when injecting parameter values into this Mojo.
The value is normally deduced from the Mojo's implementation language, but can
be specified to allow a custom ComponentConfigurator implementation to be used.
NOTE: This will only be used in very special cases, using a highly controlled vocabulary
of possible values. (Elements like this are why it's a good idea to use the descriptor tools.)
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value
Copyright © 2006-2009. All Rights Reserved.