Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 738 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 738 Bytes

generics-utils

Utils to work with generics. This was created because when using Generics with proxied classes, such as EJB, to get the generic parameter type is not so easy. The purpose of this API is to make this process to be easier.

License

This source is licensed under the Apache Software License version 2.0.

Maven Dependency

<dependency>
	<groupId>com.eidoscode.utils</groupId>
	<artifactId>generics-utils</artifactId>
	<version>1.1.5</version>
</dependency>

Maven Repository

To use it add the following repository to your pom.

<repositories>
  <repository>
		<id>eidocode-releases</id>
		<url>http://repo.eidoscode.com/maven2/releases/</url>
	</repository>
</repositories>