Adding the "since" tag.

This commit is contained in:
Joel Leitch 2009-09-29 18:52:32 +00:00
parent ad4ff6996b
commit 563cd1e8e3
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ public enum FieldNamingPolicy {
* <li>aStringField ---> a-string-field</li>
* <li>aURL ---> a-u-r-l</li>
* </ul>
*
* @since 1.4
*/
LOWER_CASE_WITH_DASHES(new LowerCamelCaseSeparatorNamingPolicy("-"));