langtools/test/tools/javac/processing/T6920317.java
changeset 14963 974d4423c999
parent 13634 91f0b2d4d816
child 30730 d3ce7619db2c
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6920317
    26  * @bug 6920317
    27  * @summary package-info.java file has to be specified on the javac cmdline, else it will not be avail
    27  * @summary package-info.java file has to be specified on the javac cmdline, else it will not be avail
    28  * @library ../lib
    28  * @library /tools/javac/lib
    29  */
    29  */
    30 
    30 
    31 import java.io.*;
    31 import java.io.*;
    32 import java.util.*;
    32 import java.util.*;
    33 import javax.annotation.processing.*;
    33 import javax.annotation.processing.*;