Describes Java language settings for an IDEA module.
Type | Name and description |
---|---|
InstalledJdk |
getJdk() Returns the JDK used for building. |
JavaVersion |
getLanguageLevel() Returns the Java language level. |
JavaVersion |
getTargetBytecodeVersion() Returns the target bytecode level. |
Returns the JDK used for building.
null
if this value should be inherited.Returns the Java language level.
null
if this value should be inherited.Returns the target bytecode level.
null
if this value should be inherited.