Skip to content

Commit

Permalink
2. There is a minor typo in Check JavaDoc: also improving it a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Sep 2, 2014
1 parent 2670d43 commit c024008
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -27,11 +27,12 @@
import java.util.Set;

/**
* Marks a given parameter as required for a give annotation. This only certify
* <p>Marks a given parameter as required for a given annotation. This only certify
* the minimal parameters that need to be used on the annotation. For example if
* you enforce the parameter "description" on @EJB, you are still free to use
* beanName if you like Say you want to ensure that the parameter name should be
* mandatory on a given annotation.
* beanName if you like.</p>
* <p>Say you want to ensure that the parameter name should be
* mandatory on a given annotation.</p>
* <p/>
*
* <pre>
Expand Down

0 comments on commit c024008

Please sign in to comment.