Shouldn't the overview property of the Javadoc task be marked as @InputFile?

From the MinimalJavadocOptions interface sources:

@Input @Optional
String getOverview();

Shouldn’t Input be replaced by InputFile?