Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Some documentation for the new file validator feature
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Aug 1, 2015
1 parent 1b79466 commit 87151d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/site/markdown/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ Makes sure a String only contains digits.
## Files

Constraints validating all properties of `java.io.File` objects. There is an annotation for each property as well as one
for the negation of each property.
for the negation of each property. All annotations can also be applied to Strings. The validators will construct a new
File instance using `new File(String)` and use that instance for validation.

### @Absolute

Expand Down

0 comments on commit 87151d2

Please sign in to comment.