Importing project

This commit is contained in:
Emmanuel BENOîT 2015-09-12 11:13:17 +02:00
commit ea9563c324
3 changed files with 148 additions and 0 deletions
src/main/java/info/ebenoit/ebul/reflection

View file

@ -0,0 +1,7 @@
/**
* 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;