On Jan 19, 2007, at 4:38 AM, Jacek Laskowski wrote:
Hi,There's AnnotationDeployer.deploy with the following line: List<Class> classes = finder.findAnnotatedClasses(Stateless.class); Eclipse barks as classes is of raw type. Anyone know how to fix it without @SuppressWarnings?
IIRC Class<?> but you will have to change finder to return that type also.
-dain
