@Target(value={FIELD,PARAMETER,TYPE}) @Retention(value=RUNTIME) @Documented public @interface Inject
//注解在bean的字段上| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoRefreshed
自动刷新
|
boolean |
required
必需的
|
String |
value |
public abstract String value
Copyright © 2025. All rights reserved.