7 lines
262 B
Java
7 lines
262 B
Java
/**
|
|
* 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;
|