Mirror API

Uses of Interface
com.sun.mirror.apt.AnnotationProcessor

Packages that use AnnotationProcessor
com.sun.mirror.apt Classes used to communicate information between annotation processors and an annotation processing tool. 
 

Uses of AnnotationProcessor in com.sun.mirror.apt
 

Fields in com.sun.mirror.apt declared as AnnotationProcessor
static AnnotationProcessor AnnotationProcessors.NO_OP
          An annotation processor that does nothing and has no state.
 

Methods in com.sun.mirror.apt that return AnnotationProcessor
static AnnotationProcessor AnnotationProcessors.getCompositeAnnotationProcessor(AnnotationProcessor... aps)
          Constructs a new composite annotation processor.
static AnnotationProcessor AnnotationProcessors.getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
          Constructs a new composite annotation processor.
 AnnotationProcessor AnnotationProcessorFactory.getProcessorFor(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment env)
          Returns an annotation processor for a set of annotation types.
 

Methods in com.sun.mirror.apt with parameters of type AnnotationProcessor
static AnnotationProcessor AnnotationProcessors.getCompositeAnnotationProcessor(AnnotationProcessor... aps)
          Constructs a new composite annotation processor.
 

Method parameters in com.sun.mirror.apt with type arguments of type AnnotationProcessor
static AnnotationProcessor AnnotationProcessors.getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
          Constructs a new composite annotation processor.
 


Mirror API

Report a bug or request a feature.
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.