< prev index next >

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

Print this page

        

*** 109,120 **** */ MODULE_PATH, /** * Location to search for module patches. - * @since 9 * @spec JPMS */ PATCH_MODULE_PATH; /** * Returns a location object with the given name. The following --- 109,120 ---- */ MODULE_PATH, /** * Location to search for module patches. * @spec JPMS + * @since 9 */ PATCH_MODULE_PATH; /** * Returns a location object with the given name. The following
*** 163,172 **** --- 163,176 ---- default: return false; } } + /** + * {@inheritDoc} + * @since 9 + */ @Override public boolean isModuleOrientedLocation() { switch (this) { case MODULE_SOURCE_PATH: case ANNOTATION_PROCESSOR_MODULE_PATH:
< prev index next >