24.2.5. @AttributeAccessor
The @AttributeAccessor
annotation is used to specify a custom PropertyAccessStrategy
.
</div>
Should only be used to name a custom PropertyAccessStrategy
.
For property/field access type, the JPA @Access
annotation should be preferred.
</div>
However, if this annotation is used with either value="property" or value="field", it will act just as the corresponding usage of the JPA @Access
annotation.
</div> </div>