Skip to content

Commit

Permalink
update annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Sep 24, 2019
1 parent 6284605 commit 54e6b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion annotations/src/main/java/net/jbock/Parameter.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
* }
* }</pre>
*
* @return an collector class
* @return a collector class
*/
Class<?> collectedBy() default Object.class;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* <ul>
* <li>Gaps in the positions are allowed. Negative numbers are also allowed.</li>
* <li>Required parameters must have the lowest positions.</li>
* <li>There can only be one {@link #repeatable()} positional parameter, and it must have the highest position.</li>
* <li>There can only be one repeatable positional parameter, and it must have the highest position.</li>
* </ul>
*
* @return parameter position
Expand Down

0 comments on commit 54e6b81

Please sign in to comment.