]
Lincoln Baxter III closed SEAMFORGE-62.
---------------------------------------
Assignee: Lincoln Baxter III
Fix Version/s: 1.0.0.Alpha3
Resolution: Done
Already Done! Thanks Dan!
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
Assignee: Lincoln Baxter III
Fix For: 1.0.0.Alpha3
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: