jar

com.googlecode.maven-properties-enum-plugin : maven-properties-enum-plugin

Maven & Gradle

Aug 23, 2013

Maven Properties-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 com.googlecode.maven-properties-enum-plugin : maven-properties-enum-plugin JAR file - Latest Versions:

All Versions

Download com.googlecode.maven-properties-enum-plugin : maven-properties-enum-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.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.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.code.maven.propertiesenumplugin

├─ com.google.code.maven.propertiesenumplugin.DuplicateEnumFieldException.class - [JAR]

├─ com.google.code.maven.propertiesenumplugin.EnumGenerator.class - [JAR]

├─ com.google.code.maven.propertiesenumplugin.EnumGeneratorMojo.class - [JAR]

├─ com.google.code.maven.propertiesenumplugin.InvalidPropertyKeyException.class - [JAR]