| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoundEnvironment | |
|---|---|
| javax.annotation.processing | Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment. | 
| Uses of RoundEnvironment in javax.annotation.processing | 
|---|
| Methods in javax.annotation.processing with parameters of type RoundEnvironment | |
|---|---|
| abstract  boolean | AbstractProcessor.process(Set<? extends TypeElement> annotations,
        RoundEnvironment roundEnv)Processes a set of annotation types on type elements originating from the prior round and returns whether or not these annotations are claimed by this processor. | 
|  boolean | Processor.process(Set<? extends TypeElement> annotations,
        RoundEnvironment roundEnv)Processes a set of annotation types on type elements originating from the prior round and returns whether or not these annotations are claimed by this processor. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.