Skip to content

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hanseltime hanseltime released this 18 Apr 21:08
· 2 commits to master since this release

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)