api / org.gradle.api.tasks.javadoc / Javadoc / getExecutable

getExecutable

@Optional @Input open fun getExecutable(): String

Returns the Javadoc executable to use to generate the Javadoc. When null, the Javadoc executable for the current JVM is used.

Return
The executable. May be null.