Class PluginArgument

java.lang.Object
net.bytebuddy.build.maven.PluginArgument

public class PluginArgument extends Object
Describes an argument to a Plugin constructor.
  • Field Details

    • index

      public int index
      The argument index.
    • value

      @MaybeNull public String value
      The argument value.
  • Constructor Details

    • PluginArgument

      public PluginArgument()
  • Method Details