JavaClass should support adding an interface
--------------------------------------------
Key: SEAMFORGE-62
URL:
https://issues.jboss.org/browse/SEAMFORGE-62
Project: Seam Forge
Issue Type: Feature Request
Components: Parsers / File Manipulation
Affects Versions: 1.0.0.Alpha2
Reporter: Dan Allen
The JavaClass API should add support for adding interfaces to the Java source being
generated. Perhaps add these methods to Extendable.
void addInterface(String interface);
void addInterface(Class<?> type);
void hasInterface(String interface);
void hasInterface(Class<?> type);
List<String> getInterfaces();
...
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira