@Override
public boolean isModuleOrientedLocation ()

Implementing: javax.tools.JavaFileManager.Location

Indicates if this location is module-oriented location, and therefore expected to contain classes in a module/package/class hierarchy, as compared to a package-oriented location, which is expected to contain classes in a package/class hierarchy. The result of this method is undefined if this is an output location.

Returns:  true if this location is expected to contain modules

Since:  9