Annotation Interface Lazy


@Target(TYPE) @Retention(RUNTIME) public @interface Lazy
标记 Bean 为懒加载 等同于 @Scope(value = ScopeType.SINGLETON, lazy = true)
Author:
夜雨