Skip to content

Commit

Permalink
refs: eclipse#70 update spec documentation to be in sync with the API
Browse files Browse the repository at this point in the history
  • Loading branch information
struberg committed Mar 13, 2019
1 parent 7cc9a67 commit fab25d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/src/main/asciidoc/converters.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ The following `Converter` s are provided by JavaConfig by default:
* `long` and `Long`
* `float` and `Float` , a dot '.' is used to separate the fractional digits
* `double` and `Double` , a dot '.' is used to separate the fractional digits
* `Class` based on the result of `Class.forName`
* `URL`
* `URL` as defined by `java.net.URL#URL(java.lang.String)`

All built-in `Converter` have the `@Priority` of `1`.

Expand Down

0 comments on commit fab25d3

Please sign in to comment.