]
Paul Gier closed JBBUILD-330.
-----------------------------
Resolution: Done
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
Time Spent: 1 day, 4 hours
Remaining Estimate: 0 minutes
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: