proxyPodMethods property
Specify whether @Pod methods should get proxied in order to enforce pod lifecycle behavior.
Example:
@Configuration(false)
class AppConfig {
@Pod()
Logger logger() => Logger();
}
Implementation
final bool proxyPodMethods;