Class AnnotationVisitor<D>

java.lang.Object
eu.bandm.tools.util2.ClassFileVisitor<D>
eu.bandm.tools.util2.AnnotationVisitor<D>
All Implemented Interfaces:
Runnable

public class AnnotationVisitor<D> extends ClassFileVisitor<D>
Visits the bytecode of a class and collects annotations.

Warning: not all aspects of annotations are implemented.