注释类型 AccessType


  • @Target({TYPE,METHOD,FIELD})
    @Retention(RUNTIME)
    @Deprecated
    public @interface AccessType
    已过时。
    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.
    作者:
    Emmanuel Bernard
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String value
      已过时。
      The access strategy name.
    • 元素详细资料

      • value

        String value
        已过时。
        The access strategy name.