Class ProtoModule

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Field Detail

      • addToCompileSourceRoot

        private boolean addToCompileSourceRoot
    • Constructor Detail

      • ProtoModule

        public ProtoModule()
    • Method Detail

      • 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