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.
This source is licensed under the Apache Software License version 2.0.
<dependency>
<groupId>com.eidoscode.utils</groupId>
<artifactId>generics-utils</artifactId>
<version>1.1.5</version>
</dependency>
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>