ebul-reflection/src/main/java/info/ebenoit/ebul/reflection/package-info.java

8 lines
262 B
Java
Raw Normal View History

2015-09-12 11:13:17 +02:00
/**
* This package contains a few helper classes to deal with various aspects of reflection (recursive look-ups,
* annotations-related helpers, etc.)
*
* @author <a href="mailto:ebenoit@ebenoit.info">E. Benoît</a>
*/
package info.ebenoit.ebul.reflection;