[jboss-dev] Way to scan for classes that extend or implement
Emmanuel Bernard
emmanuel at hibernate.org
Mon Jun 14 10:53:36 EDT 2010
On 14 juin 2010, at 16:49, Ales Justin wrote:
>
> First you get all the classes that are annotated with @Path.
> Either they are interfaces or direct classes.
> Then you can get super classes of these annotated classes.
Bill would need the subclasses and implementations of these annotated types (recursively maybe).
More information about the jboss-development
mailing list