langtools/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
changeset 5841 7a8448425bb7
parent 5520 86e4b9a9da40
child 5847 1908176fd6e3
equal deleted inserted replaced
5654:680984fb01fd 5841:7a8448425bb7
   743     /**
   743     /**
   744      * Computes the set of annotations on the symbol in question.
   744      * Computes the set of annotations on the symbol in question.
   745      * Leave class public for external testing purposes.
   745      * Leave class public for external testing purposes.
   746      */
   746      */
   747     public static class ComputeAnnotationSet extends
   747     public static class ComputeAnnotationSet extends
   748         ElementScanner6<Set<TypeElement>, Set<TypeElement>> {
   748         ElementScanner7<Set<TypeElement>, Set<TypeElement>> {
   749         final Elements elements;
   749         final Elements elements;
   750 
   750 
   751         public ComputeAnnotationSet(Elements elements) {
   751         public ComputeAnnotationSet(Elements elements) {
   752             super();
   752             super();
   753             this.elements = elements;
   753             this.elements = elements;