Uses of Package
jfun.util.beans

Packages that use jfun.util.beans
jfun.util.beans Provides helper classes to handle java bean properties. 
 

Classes in jfun.util.beans used by jfun.util.beans
Bean
          A wrapper class for Java Bean object.
BeanException
          Represents any bean related exception.
BeanPropertyException
          Represents an exception related to a property.
BeanType
          Represents all the meta-information of a Java bean.
NoSuchPropertyException
          Represents an error when a property cannot be found.
PropertyNotReadableException
          Represents an exception when a property read fails.
PropertyNotWritableException
          Represents an exception when a property write fails.