org.jboss.forge.parser.java.Annotation.getQualifiedName()
---------------------------------------------------------
Key: FORGE-370
URL:
https://issues.jboss.org/browse/FORGE-370
Project: Forge
Issue Type: Feature Request
Reporter: Richard Kennard
Assignee: Lincoln Baxter III
org.jboss.forge.parser.java.Annotation.getName() appears to return the name (eg. Id), not
the fully qualified name (eg. javax.persistence.Id), of the annotation.
I need the fully qualified name so that I can instantiate the actual annotation (see
https://issues.jboss.org/browse/FORGE-369). Although, if FORGE-369 is done maybe the
qualified name can be handled internally instead? I don't have a use case requiring
both. Up to you.
Lincoln said: "I think we'd need to look at the parent Source File and figure out
if there is a matching Import, then also add a getQualifiedName() method to this
Interface"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira