JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
cool.scx.bean.annotation
Autowired
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
value
required
Annotation Interface Autowired
@Target
({
PARAMETER
,
FIELD
})
@Retention
(
RUNTIME
)
@Documented
public @interface
Autowired
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
boolean
required
是否必填
String
value
名字
Element Details
value
String
value
名字
Default:
"THIS IS A SPECIAL NULL VALUE FOR ANNOTATION - DO NOT USE\n"
required
boolean
required
是否必填
Default:
true