We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8364883 commit 4bad23fCopy full SHA for 4bad23f
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -765,6 +765,7 @@ public abstract class AbstractJavadocMojo extends AbstractMojo {
765
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#a1.1">Javadoc option 1.1</a>.
766
*/
767
@Parameter(property = "old", defaultValue = "false")
768
+ @Deprecated
769
private boolean old;
770
771
/**
0 commit comments