Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.02 KB

Generic Declaration Explorer

Maven central version Github Build GitHub license

A way to recursively build something out of a generic type declaration.

Add the dependency

Gradle

compile 'org.hildan.generics:generics-explorer:1.1.0'

Maven

<dependency>
   <groupId>org.hildan.generics</groupId>
   <artifactId>generics-explorer</artifactId>
   <version>1.1.0</version>
</dependency>

License

Code released under the MIT license