Skip to content

eidoscode/generics-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>