Skip to content

2.1.2

Compare
Choose a tag to compare
@davidmarquis davidmarquis released this 08 Oct 17:55
· 18 commits to master since this release
  • [FIX] Fixes #9 : inheritance issue when finding a candidate constructor for instantiation of built beans. The fix allows using instances of objets that are descendants of the type declared in a constructor. Thanks @rahulpilani

To add to your Maven project:

<dependency>
    <groupId>com.github.davidmarquis</groupId>
    <artifactId>fluent-interface-proxy</artifactId>
    <version>2.1.2</version>
</dependency>