< prev index next >

src/java.compiler/share/classes/javax/tools/StandardLocation.java

Print this page

        

@@ -109,12 +109,12 @@
      */
     MODULE_PATH,
 
     /**
      * Location to search for module patches.
-     * @since 9
      * @spec JPMS
+     * @since 9
      */
     PATCH_MODULE_PATH;
 
     /**
      * Returns a location object with the given name.  The following

@@ -163,10 +163,14 @@
             default:
                 return false;
         }
     }
 
+    /**
+     * {@inheritDoc}
+     * @since 9
+     */
     @Override
     public boolean isModuleOrientedLocation() {
         switch (this) {
             case MODULE_SOURCE_PATH:
             case ANNOTATION_PROCESSOR_MODULE_PATH:
< prev index next >