/**
* @hibernate... some doclet
*/
//some innocent looking comment block
public
}
you would expect some code generated relating the hibernate doclet with the target method. but it won't. that innocent looking comment block(one line or multi line) has done the damage. the worst part is that xdoclet won't fail while "compiling".
however, if the doclet and the target method are separated by empty lines then xdoclet behaves intelligently.
No comments:
Post a Comment