Spring "@Value" shows property value not the actual code

Answered

IntelliJ replaces the code inside an @Value:

with what it thinks the current property value is:

How can I disable this behavior, so that it shows the actual code by default, and I can click on it and see the property value if I want?

If on demand switching between the two isn't possible, I'd rather just disable this feature completely and see the code. How do I do this?

Thank you!

2

Please sign in to leave a comment.