[jboss-jira] [JBoss JIRA] Closed: (JBBUILD-330) Add support for java.lang.reflect.AnnotatedElement
Paul Gier (JIRA)
jira-events at lists.jboss.org
Thu Jun 7 13:54:27 EDT 2007
[ http://jira.jboss.com/jira/browse/JBBUILD-330?page=all ]
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list