Hi,

I was wondering if xdoclet supports some kind of annotation-driven generation process. I mean that is it possible to generate one artifact for for each occurence of the same type of annotation ?

e.g.:
public class Buzz {
        /** @anno */
        public void foo() { ... }
        /** @anno */
        public void bar() { ... }
        public void buz() { ... }
}
and I want to generate the BuzzFoo.java and BuzzBar.java files, how can I do ?


Moreover, I observed that the "char" primitive type is not supported in the definition of the annotations ? Is it a particular choice or just a bug ?

Regards,
Romain

Reply via email to