langtools/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    31  *  four annotation Attributes. Expected annotation counts depend on type of
    31  *  four annotation Attributes. Expected annotation counts depend on type of
    32  *  annotation place on type of element (a FIELD&TYPE_USE element on a field
    32  *  annotation place on type of element (a FIELD&TYPE_USE element on a field
    33  *  results in 2). Elements with no annotations expect 0.
    33  *  results in 2). Elements with no annotations expect 0.
    34  *  Source template is read in from testanoninner.template
    34  *  Source template is read in from testanoninner.template
    35  *
    35  *
    36  * @modules jdk.compiler/com.sun.tools.classfile
    36  * @modules jdk.jdeps/com.sun.tools.classfile
    37  */
    37  */
    38 import java.lang.annotation.*;
    38 import java.lang.annotation.*;
    39 import java.io.*;
    39 import java.io.*;
    40 import java.util.List;
    40 import java.util.List;
    41 import java.util.LinkedList;
    41 import java.util.LinkedList;