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 Inject
@Target
({
CONSTRUCTOR
,
FIELD
})
@Retention
(
RUNTIME
)
public @interface
Inject
标记用于依赖注入的构造器或字段
Author:
夜雨