Annotations should not be ignored for scanning
----------------------------------------------
Key: JBANN-44
URL:
https://jira.jboss.org/jira/browse/JBANN-44
Project: Papaki
Issue Type: Task
Components: Core
Affects Versions: 1.0.0.Beta2
Reporter: Ales Justin
Assignee: Jesper Pedersen
Fix For: 1.0.0.Beta3
Why are we ignoring annotations?
if (isJava5 && !ctClass.isAnnotation())
{
processClass(ctClass, ari, annotationToClasses, classInfo);
}
if (!clz.isAnnotation())
This won't work then for meta annotated annotations.
e.g. Weld uses this a lot; decorator pattern
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira