Module java.base
Package java.lang.module

Class ResolvedModule

java.lang.Object
java.lang.module.ResolvedModule

public final classResolvedModuleextendsObject
A module in a graph ofresolved modules.

ResolvedModule defines theconfiguration method to get the configuration that the resolved module is in. It defines thereference method to get the reference to the module's content.

Since:
9
See Also: