-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
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"