Hi, are there configuration options for inject, e.g. to apply lazy globally? Spring had an option to globally mark everything as lazy. Trying to port an application to use this, but seems tedious to maintain `@Lazy` everywhere. Thanks!