[
http://jira.jboss.com/jira/browse/JBIDE-521?page=all ]
Max Andersen moved RHDS-1 to JBIDE-521:
---------------------------------------
Project: JBoss Tools (was: Red Hat Developer Studio)
Key: JBIDE-521 (was: RHDS-1)
Component/s: Seam
(was: seam)
Auto-maintain Local interface
-----------------------------
Key: JBIDE-521
URL:
http://jira.jboss.com/jira/browse/JBIDE-521
Project: JBoss Tools
Issue Type: Feature Request
Components: Seam
Reporter: Max Andersen
Consider this:
@Stateless
class CustomerBean implements Customer, Serializable, ... {
public addOrder(Order o) {
}
private doStuff() {
}
}
@Local
interface Customer {
}
On save of CustomerBean autoadd public methods on Bean to the first @Local interface
found in the implements part.
Autoremove as an option.
Use jmerge to control add/remove ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira