Generate Java import statements from UML class diagrams for annotations

Hello All,
I am using VP SDE-EC Standard Edition V5.0. I’d like to generate Java code out of class diagrams that contain annotations like

@XmlType(name = "Person")

For this to work, I need to import the corresponding Java package(s) in the Java source file, in this case

import javax.xml.bind.annotation.XmlType;

How do I do that from within the UML diagram, such that the code generator generates these import statements?
Thanks in advance,
Andy

Hi Andrisen,

Thanks for your post. We are sorry that we do not support generate import statements for Java annotation, please enter fully-qualified name of the Java class. If there is anything else I can help, please feel free to contact me again.

Best regards,
Lilian Wong

Is this now supported in the latest version of Visual Paradigm?