Jozef Hartinger commented on Task WELD-1243

Proposal:

public interface AnnotationDiscovery extends Service {

    boolean containsAnnotation(Class<?> javaClass, Class<? extends Annotation> annotation);

    Collection<Class<? extends Annotation> getMarkedAnnotations(Class<? extends Annotation> annotation);
}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to