Hi, 
I have come across a problem I cannot seem to solve and would appreciate any
input at this stage as I have wasted over a day on the subject. 

I have parameter level annotations defined in a class which is parsed by
xdoclet and my aim is to transfer the formal argument list intact including
the annotations to the xdoclet generated interface. 

here is a method example: 

public String performTest1(@Input(type=java.sql.Types.NUMERIC) String sArg1)
{} 

Unfortnatellly, xdoclet is failing on the annotaion parsing with the
following message: 
'Error parsing File TestCase1.java:Parse error at line 14, column 36.
Encountered: @' 

I am however using method level annotations successfully. 

Any help would be appreciated, 
thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Xdoclet-and-Sun-Target%28ElementType.PARAMETER%29-annotations-tp14911442p14911442.html
Sent from the xdoclet-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to