Feature Requests item #512180, was opened at 2002-02-02 10:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=512180&group_id=31602
Category: ejbdoclet Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) >Summary: make ejb:select a method level @tag Initial Comment: Why is @ejb:select a class tag? It's not like ejb:finder which is something you don't declare in your bean impl class, it's a real abstract method you define in bean impl class. So don't you think it should be a method tag that you put in your ejbSelect's javadoc? Then there won't be any need for signature parameter either, xdoclet can introspect the signature from the real method. Ara. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=512180&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
