langtools/src/java.compiler/share/classes/javax/lang/model/element/PackageElement.java
changeset 43767 9cff98a149cb
parent 43571 a153580d1741
child 45687 07463ccee73b
equal deleted inserted replaced
43648:ce7b7f98a236 43767:9cff98a149cb
    91      * processing environment configured for a {@linkplain
    91      * processing environment configured for a {@linkplain
    92      * javax.annotation.processing.ProcessingEnvironment#getSourceVersion
    92      * javax.annotation.processing.ProcessingEnvironment#getSourceVersion
    93      * source version} without modules.
    93      * source version} without modules.
    94      *
    94      *
    95      * @return the enclosing module or {@code null} if no such module exists
    95      * @return the enclosing module or {@code null} if no such module exists
       
    96      *
       
    97      * @revised 9
       
    98      * @spec JPMS
    96      */
    99      */
    97     @Override
   100     @Override
    98     Element getEnclosingElement();
   101     Element getEnclosingElement();
    99 }
   102 }