Skip to content

Commit

Permalink
Add missing @since tags to sourceFile[Includes|Excludes]
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Apr 1, 2019
1 parent fa6d5b1 commit edf34e3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 edf34e3

Please sign in to comment.