Skip to content

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

Notifications You must be signed in to change notification settings

LevelFourAB/ylem-types

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages