]
Paul Gier reassigned JBBUILD-330:
---------------------------------
Assignee: Paul Gier
Add support for java.lang.reflect.AnnotatedElement
--------------------------------------------------
Key: JBBUILD-330
URL:
http://jira.jboss.com/jira/browse/JBBUILD-330
Project: JBoss Build System
Issue Type: Feature Request
Components: JBossRetro
Reporter: Thomas Diesler
Assigned To: Paul Gier
Fix For: JBossRetro-1.1.0.GA
Please add support for this:
Field someField;
Method someMethod;
processAnnotatedElement(someField);
processAnnotatedElement(someMethod);
processAnnotatedElement(AnnotatedElement el)
{
SomeAnnotation an = el.getAnnotation(SomeAnnotation.class);
...
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: