|
not quite sure I'm 100% understanding, so to
confirm, if you declare:
/**
* Do such and such.
* @ejb.interface-method
*/
public void doSuchAndSuch()
{
;
}
in your bean, then you should have
/**
* Do such and such.
*/
public void doSuchAndSuch();
generated in the interface.
Is this not happening? Or have I
misinterpreted what it is you're after?
cheers
dim
|
Title: Tag inheritance from interfaces
- [Xdoclet-user] Tag inheritance from interfaces Eric McIntyre
- RE: [Xdoclet-user] Tag inheritance from interfaces Dmitri Colebatch
- RE: [Xdoclet-user] Tag inheritance from interfaces Eric McIntyre
- Re: [Xdoclet-user] Tag inheritance from interfac... Dmitri Colebatch
- RE: [Xdoclet-user] Tag inheritance from interfaces Eric McIntyre
