value property
Whether the pod should be lazy
Example:
@Lazy()
class ExpensiveService {}
@Lazy(false)
class AlwaysEagerService {}
Implementation
final bool value;
Whether the pod should be lazy
@Lazy()
class ExpensiveService {}
@Lazy(false)
class AlwaysEagerService {}
final bool value;