langtools/test/tools/javac/processing/model/type/TestUnionType.java
changeset 14963 974d4423c999
parent 10192 378321489bea
child 30730 d3ce7619db2c
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug     7029150 7025809
    26  * @bug     7029150 7025809
    27  * @summary Test support for union types
    27  * @summary Test support for union types
    28  * @library ../../../lib
    28  * @library /tools/javac/lib
    29  */
    29  */
    30 
    30 
    31 import java.net.URI;
    31 import java.net.URI;
    32 import java.util.*;
    32 import java.util.*;
    33 import javax.annotation.processing.*;
    33 import javax.annotation.processing.*;