JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.imyeyu.inject.annotation
Annotation Interface Lazy
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
Lazy
标记 Bean 为懒加载 等同于 @Scope(value = ScopeType.SINGLETON, lazy = true)
Author:
夜雨