Skip to content

Commit

Permalink
Close #26
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Sep 19, 2021
1 parent 9d4bdfb commit 9daca30
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,27 @@

public class HeaderSection {

/**
* The name of this section to match. Example:
* <p>
* {@code COPYRIGHT_SECTION}
*/
@Parameter
String key;

/**
* The default value that will be used. Example:
* <p>
* {@code Copyright (C) 2011 http://code.google.com/p/maven-license-plugin/}
*/
@Parameter
String defaultValue;

/**
* The pattern to use to match this section in the header. Example:
* <p>
* {@code Copyright \(C\) \d{4} .*}
*/
@Parameter
String ensureMatch;

Expand Down

0 comments on commit 9daca30

Please sign in to comment.