Interface BytecodeInjectionMojo.InjectionTarget

    • Method Detail

      • inject

        void inject​(java.lang.String value)
             throws org.apache.maven.plugin.MojoExecutionException
        Inject the given value per this target's strategy.
        Parameters:
        value - The value to inject.
        Throws:
        org.apache.maven.plugin.MojoExecutionException - Indicates a problem performing the injection.