Message:

   The following issue has been re-assigned.

   Assignee: Matthias Germann (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-817

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-817
    Summary: @deprecated EJB business methods in interfaces
       Type: Improvement

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             EJB Module
   Versions:
             1.2

   Assignee: Matthias Germann
   Reporter: Jan Normann Nielsen

    Created: Tue, 24 Feb 2004 8:14 AM
    Updated: Mon, 4 Apr 2005 3:46 PM
Environment: WinXP/J2SDK 1.4.2_03

Description:
I'd like to have the @deprecated tags in my EJB business methods also appear in 
the local and remote interfaces, or at least have an option to do so. That is, 
if I have the following method in my EJB:

    /**
     * Do something.
     * @deprecated
     *
     * @ejb.interface-method
     */
    public void doSomething() { ... }

then the following method is added to the remote interface:

   /**
    * Do something.
    * @deprecated
    */
   public void doSomething() java.rmi.RemoteException;

Likewise with the local interface.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to