AttributeAccessor
instead; renamed to avoid confusion with the JPA
AccessType
enum.@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
@Deprecated
public @interface AccessType
Access
annotation; however,
@Access
is limited to field/property access definitions.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Deprecated.
The access strategy name.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.