Skip to content

Releases: hanseltime/LooseBeans

v0.2.3

29 Jul 04:52
Compare
Choose a tag to compare

Since Micro-manager throws a fit if source code compilation of other jars is within its class, it throws exceptions so we build against 1.6

v0.2.1

18 Apr 21:08
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-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)