Skip to content

Commit

Permalink
[MJAVADOC-350] Add missing @since tags to sourceFile[Includes|Exclu…
Browse files Browse the repository at this point in the history
…des]
  • Loading branch information
rfscholte committed Apr 1, 2019
2 parents fa6d5b1 + edf34e3 commit 54a1fe1
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -1702,13 +1702,17 @@ public abstract class AbstractJavadocMojo
/**
* Include filters on the source files. Default is **\/\*.java.
* These are ignored if you specify subpackages or subpackage excludes.
*
* @since 2.9
*/
@Parameter
private List<String> sourceFileIncludes;

/**
* exclude filters on the source files.
* These are ignored if you specify subpackages or subpackage excludes.
*
* @since 2.9
*/
@Parameter
private List<String> sourceFileExcludes;
Expand Down

0 comments on commit 54a1fe1

Please sign in to comment.