Skip to content

Commit

Permalink
Update ValueReader.java
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed Oct 31, 2022
1 parent d80737e commit 445a5c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
import java.util.function.Predicate;

/**
* This class represents the reader on the {@link Value} instance.
* This interface represents the reader on the {@link Value} instance.
* When the Value needs a conversion, it will load the implementations from SPI, Java Service Provider.
* The {@link Predicate} verifies if the reader has the support the class type.
* @see Value
Expand Down

0 comments on commit 445a5c7

Please sign in to comment.