Closed
Description
This was discussed as part of #16184. Although we have a way to explicitly mark beans as not lazy using @Lazy(false)
, there are times when we'd need to do that for beans that are not explicitly marked that way. For example, a user cannot mark Spring Integration's internal components as @Lazy(false)
. @wilkinsona's comment here has some ideas for doing this.