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
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user