public static interface BytecodeInjectionMojo.InjectionTarget
Modifier and Type | Method and Description |
---|---|
void |
inject(java.lang.String value)
Inject the given value per this target's strategy.
|
void inject(java.lang.String value) throws org.apache.maven.plugin.MojoExecutionException
value
- The value to inject.org.apache.maven.plugin.MojoExecutionException
- Indicates a problem performing the injection.