[jbosstools-issues] [JBoss JIRA] Assigned: (JBIDE-521) Auto-maintain Local interface

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Nov 25 12:38:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov reassigned JBIDE-521:
------------------------------------

    Assignee: Alexey Kazakov


> Auto-maintain Local interface
> -----------------------------
>
>                 Key: JBIDE-521
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-521
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Seam
>            Reporter: Max Rydahl Andersen
>            Assignee: Alexey Kazakov
>             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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list