Package org.coliper.ibean.beanstyle
-
Class Summary Class Description ClassicBeanStyle ABeanStyleimplementation that reflects beans of traditional Java bean style as defined in the Java Bean Specification.ClassicBeanStyleWithOptionalSupport ModernBeanStyle ABeanStyleimplementation that has getters and setters named equal to the property and that return "this" from setters to allow setter chaining.