Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 561 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 561 Bytes

ylem-types

Type related things for the JVM, such as generic friendly reflection, matching of class hierarchies, mapping of types into objects, proxy creation and runtime type discovery.

License

This project is licensed under the MIT license, see the file LICENSE.md for details.

Using

This library is pulled to Maven central using the group id se.l4.ylem.types:

<dependency>
  <groupId>se.l4.ylem.types</groupId>
  <artifact>ylem-types-NAME</artifact>
  <version>1.0.0</version>
</dependency>