public String getModuleVersion ()

Returns the module version of the module containing the execution point represented by this stack trace element.

Returns:  the module version of the Module containing the execution point represented by this stack trace element; null if the module version is not available.

See also:
java.lang.module.ModuleDescriptor.Version

Since:  9

@spec JPMS