DOC

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 Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file maven-properties-enum-plugin-1.4.0-javadoc.jar to maven-properties-enum-plugin-1.4.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder maven-properties-enum-plugin-1.4.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "maven-properties-enum-plugin-1.4.0-sources.jar" -d "maven-properties-enum-plugin-1.4.0-javadoc" -subpackages