langtools/test/tools/javac/annotations/typeAnnotations/packageanno/PackageProcessor.java
changeset 30730 d3ce7619db2c
parent 16968 19f0da2d3143
child 34752 9c262a013456
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    44  * embodied by the AbstractTypeProcessor class.
    44  * embodied by the AbstractTypeProcessor class.
    45  *
    45  *
    46  * @author Mahmood Ali
    46  * @author Mahmood Ali
    47  * @author Werner Dietl
    47  * @author Werner Dietl
    48  *
    48  *
       
    49  * @modules jdk.compiler/com.sun.tools.javac.comp
       
    50  *          jdk.compiler/com.sun.tools.javac.main
       
    51  *          jdk.compiler/com.sun.tools.javac.processing
       
    52  *          jdk.compiler/com.sun.tools.javac.util
    49  * @compile PackageProcessor.java
    53  * @compile PackageProcessor.java
    50  * @compile -cp . -processor PackageProcessor mypackage/Anno.java mypackage/MyClass.java mypackage/package-info.java
    54  * @compile -cp . -processor PackageProcessor mypackage/Anno.java mypackage/MyClass.java mypackage/package-info.java
    51  */
    55  */
    52 
    56 
    53 @SupportedAnnotationTypes("*")
    57 @SupportedAnnotationTypes("*")