Class ProtoModule

All Implemented Interfaces:
Serializable

public class ProtoModule extends ProtoModule
Specifically for the maven-plugin. This allows you to not specify implementation="io.protostuff.protocompiler.ProtoModule" on your <protoModule> </protoModule> tags
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • addToCompileSourceRoot

      private boolean addToCompileSourceRoot
  • Constructor Details

    • ProtoModule

      public ProtoModule()
  • Method Details

    • isAddToCompileSourceRoot

      public boolean isAddToCompileSourceRoot()
      Returns:
      the addToCompileSourceRoot
    • setAddToCompileSourceRoot

      public void setAddToCompileSourceRoot(boolean addToCompileSourceRoot)
      Set this to true to include the output dir to the list of compilation sources.
      Parameters:
      addToCompileSourceRoot - the addToCompileSourceRoot to set