API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. ConstructorProperties View Source
Author(s)
Since
1.6
Version
Serial
Description
@Documented
@Target (value=CONSTRUCTOR)
@Retention (value=RUNTIME)
public annotation ConstructorProperties
  An annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getter methods.
See also:   
Elements
value [REQUIRED]
  The getter names.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar