Class AnnotationParser

  • All Implemented Interfaces:
    Processor

    @SupportedAnnotationTypes("javax.xml.bind.annotation.*")
    @SupportedOptions("jaxb.config")
    public final class AnnotationParser
    extends AbstractProcessor
    This class behaves as a JAXB Annotation Processor, It reads the user specified typeDeclarations and the config files It also reads config files Used in unit tests
    Author:
    Bhakti Mehta (bhakti.mehta@sun.com)