Skip to content

Commit bfbdac0

Browse files
committed
improve documentation
1 parent 056f50b commit bfbdac0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ public enum EnumCode {
145145

146146
`EnumCode.THIRD.toString();` should print: `value: THIRD, order: 3`
147147

148+
### Limitations
149+
150+
It's impossible to use the string interpolation within annotations value.
151+
It provides compatibility with spring framework properties injecting by the `@Value` annotation.
152+
153+
148154
### Disclaimer
149155

150156
NOTE: Keep in mind that this feature should be used carefully.

0 commit comments

Comments
 (0)