jar

net.sf.maven-properties-enum-plugin : maven-properties-enum-plugin

Maven & Gradle

Dec 10, 2010

Maven Property-Enum-Plugin · Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc. Your advantages: * You can't access on non-existing keys as it would cause compile errors * As it's an enum, you can use your IDE's auto-completion * You'll never have to check your properties keys again * You can see the property's value in the enum field's javadoc

Table Of Contents

Latest Version

Download net.sf.maven-properties-enum-plugin : maven-properties-enum-plugin JAR file - Latest Versions:

All Versions

Download net.sf.maven-properties-enum-plugin : maven-properties-enum-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maven-properties-enum-plugin-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.maven.plugins.propertyenum.stub

├─ net.sf.maven.plugins.propertyenum.stub.EnumGeneratorProjectStub.class - [JAR]

net.sf.maven.plugins.propertyenum

├─ net.sf.maven.plugins.propertyenum.EnumGeneratorMojo.class - [JAR]