Annotated Config Files and Command Line (Java Annotations "config files and command line" to "POJO" binding library)

#version 1.1 beta1
 - added new packages: java15, java13
 - separated java 1.5 code from java 1.3 compatible code
 - @Param annotation not required for the field to mark it as candidate for command line 
   (it needs only be public or have public getter and setter)

#version 1.0 rc2
 - supported java.lang.Enum
 - error with list of valid values for Enum
 - supported java.util.EnumSet

#version 1.0 rc1
first release