Annotation Type AccessType


  • @Target({TYPE,METHOD,FIELD})
    @Retention(RUNTIME)
    @Deprecated
    public @interface AccessType
    Deprecated.
    Use AttributeAccessor instead; renamed to avoid confusion with the JPA AccessType enum.
    Property Access type. Prefer the standard Access annotation; however, @Access is limited to field/property access definitions.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Deprecated.
      The access strategy name.
    • Element Detail

      • value

        java.lang.String value
        Deprecated.
        The access strategy name.