Exposes Java bean properties of an object via the {@link Dictionary}interface. A call to {@link Dictionary#get(Object)} invokes the getter forthe corresponding property, and a call to {@link Dictionary#put(Object,Object)} invokes the property's setter.
Properties may provide multiple setters; the appropriate setter to invoke is determined by the type of the value being set. If the value is null, the return type of the getter method is used.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.