注释类型 AccessType
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) @Deprecated public @interface AccessType
已过时。UseAttributeAccessorinstead; renamed to avoid confusion with the JPAAccessTypeenum.Property Access type. Prefer the standardAccessannotation; however,@Accessis limited to field/property access definitions.- 作者:
- Emmanuel Bernard
-
-
元素详细资料
-
value
String value
已过时。The access strategy name.
-
-