implementation class from interface class

"Narahari 'n' Savitha" <[email protected]> Wed, 29 Nov 2006 14:14:51 -0500
Newsgroups gmane.comp.java.xdoclet.user
Message-ID <[email protected]>
Friends,

I have an interface that I want an empty stubbed implementation class to be
generated.
package tmp;

/**
 * @implmentation.class.name=TestImpl
 */
public interface Test {
  public String getMe(String name, String dob);

public void getYou(int len, int width);

}

I want an implementation class for this to be spit out by xdoclet.  How can
I accomplish that ?

-Narahari

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user