Clarify that toString(), equals() and hashCode() all delegate to value
This commit is contained in:
parent
27019b23c1
commit
ba4380fe98
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ import java.util.function.Function;
|
|||
/**
|
||||
* Type Alias for other types.
|
||||
*
|
||||
* <p>{@link #toString()}, {@link #equals(Object)} and {@link #hashCode()} are all transparent, returning the value
|
||||
* for the type being aliased.</p>
|
||||
*
|
||||
* @param <T> the type of the alias
|
||||
*
|
||||
* @author Paul Campbell (pcampbell@kemitix.net)
|
||||
|
|
Loading…
Reference in a new issue