replace @LazyToOne(LazyToOneOption.NO_PROXY) with @NoProxy #5588
Replies: 3 comments 1 reply
-
Hrmph, while we're at it, Though I'm not totally convinced I want to introduce an |
Beta Was this translation helpful? Give feedback.
1 reply
-
See #5595 |
Beta Was this translation helpful? Give feedback.
0 replies
-
In the end I simply deprecated these annotations with no replacement, since neither of them do anything useful in H6. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
LazyToOneOption
seems pretty redundant to me, as well featuring very cumbersome naming. AFAICT, You're only every going to use it to write@LazyToOne(NO_PROXY)
.So why not just add a
@NoProxy
annotation and deprecate these?Beta Was this translation helpful? Give feedback.
All reactions