Annotation Type Autowired
@Target({CONSTRUCTOR,METHOD,PARAMETER,FIELD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
public @interface Autowired
-
Optional Element Summary
Optional Elements
-
Element Details
-
required
boolean required- Default:
- true
-