Skip to content

Commit

Permalink
BVAL-361 Improving JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Feb 1, 2013
1 parent c7990e9 commit 7f414f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Expand Up @@ -27,11 +27,10 @@
public interface CascadableDescriptor {

/**
* Whether a cascaded validation of this element shall be performed or
* not.
* Whether this element is marked for cascaded validation or not.
*
* @return {@code true}, if this element shall be validated
* recursively, {@code false} otherwise.
* @return {@code true}, if this element is marked for cascaded validation,
* {@code false} otherwise.
*/
boolean isCascaded();

Expand Down
Expand Up @@ -20,8 +20,8 @@

/**
* A group conversion rule to be applied during cascaded validation. Two group
* conversion descriptors are considered equal if they have the same source and
* target group.
* conversion descriptors are considered equal if they have the same
* {@code from} and {@code to} group respectively.
*
* @author Gunnar Morling
* @see ConvertGroup
Expand Down

0 comments on commit 7f414f7

Please sign in to comment.