test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java

changeset 132
a54ef8459576
parent 1
9a66ca7c79fa
child 174
fdfed22db054
equal deleted inserted replaced
129:944790f83b57 132:a54ef8459576
26 * @test 26 * @test
27 * @bug 4853450 4993299 5010385 5014539 27 * @bug 4853450 4993299 5010385 5014539
28 * @summary AnnotationTypeElementDeclaration tests 28 * @summary AnnotationTypeElementDeclaration tests
29 * @library ../../lib 29 * @library ../../lib
30 * @compile -source 1.5 AnnoTypeElemDecl.java 30 * @compile -source 1.5 AnnoTypeElemDecl.java
31 * @run main AnnoTypeElemDecl 31 * @run main/othervm AnnoTypeElemDecl
32 */ 32 */
33 33
34 34
35 import java.util.*; 35 import java.util.*;
36 import com.sun.mirror.declaration.*; 36 import com.sun.mirror.declaration.*;

mercurial