Releases: hanseltime/LooseBeans
Releases · hanseltime/LooseBeans
v0.2.3
v0.2.1
Extended LooseBeanInfo Class reflects and caches Generic Bean Class
- Aggregates Setter and Getters with Annotated Values across subclasses (BeanInfo.getPropertyDescriptors)
- Aggregates any fields that reflect their name in convention Bean setters and getters
- Aggregates Public Methods (BeanInfo.getMethodDescriptors())
- No Event Set support
- No Additional BeanInfo support
- No Loose PropertyDescriptor Implementation (Annotating setters with return values is not overridden yet and will fail)