]
Max Andersen updated JBIDE-521:
-------------------------------
Fix Version/s: LATER
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
Fix For: LATER
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: