I intend to make Spring DSL class (like `RouterFun...
# spring
s
I intend to make Spring DSL class (like
RouterFunctionDsl
) constructors internal via
internal constructor
since they are intended to be used only via builder functions like
router { }
,
bean { }
or extensions like
mockMvc.get()
. Any objection?
👍 11
n
works for me
👌 1
👍 1