Hi,
 
I have a situation like this:
 
BaseBean
{
 public final void foo()
{..}
}
 
-----------------------------
Bean1 extends BaseBean
{
  / *  @ejb:interface-method view-type="remote" */
 public String getName()
{ .....
}
}
 
I want the method foo() in the BaseBean to be put into the interface, but I dont want to set    *  @ejb:interface-method view-type="remote" in the BaseBean for foo(), since there are other beans extend it too, but dont need the foo() in their interfaces. BTW, the BaseBean doesn't have interfaces.
 
Is there a way in Xdoclet to do this? like hardcode a method into the interface?
 
Thanks,
Michelle


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

Reply via email to