Skip to content

Commit 14719a4

Browse files
authored
Merge pull request #35 from aboutbits/add-docs
add docs
2 parents 718de91 + bf8a20b commit 14719a4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
package it.aboutbits.springboot.toolbox.type;
22

3+
/**
4+
* Implementations should override `toString()` by forwarding
5+
* the `toString()` method of the wrapped value.
6+
* Or return `Objects.toString(value())`
7+
*/
38
public interface CustomType<T> {
49
T value();
510
}

0 commit comments

Comments
 (0)