@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.)