Are you modifying the CrossReference writer for parsing the code?
Can you give me an example how your implementation looks like?

PS: I just created an annotation to specify the component (e.g. A, B, ..), but how can I get it parsed to any output/report file (html prefered):
----
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Component {
    String value();
}
-----


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to