On 28 mars 2011, at 14:32, Scott Marlow wrote:

> In the Scanner implementation, I had to resort to loading classes to 
> satisfy the current Scanner implementation.  Perhaps in the next revison 
> to the Scanner interface, we might add a method that doesn't return a 
> Set of Class's but instead just returns the names:
> 
> public Set<String<?>> getClassByNamesInJar(URL jartoScan, Set<Class<? 
> extends Annotation>> annotationsToLookFor)
> 
> Maybe we could do the same for getPackagesInJar (return a set of package 
> names instead of Packages).

HEM needs the classes, not the string names at this stage.
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to