注释类型 ViewProperty

    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      Access getter
      The access type of the getter methods.
      Access setter
      The access type of the setter methods.
    • 元素详细资料

      • getter

        Access getter
        The access type of the getter methods. By default, public is used. It can be override by the ViewProperty, OverrideViewProperty and NewViewProperty.
        返回:
        the access type of the getter methods
        默认值:
        io.github.vipcxj.beanknife.runtime.annotations.Access.PUBLIC
      • setter

        Access setter
        The access type of the setter methods. By default, none is used, which means there are no setter method. It can be override by the ViewProperty, OverrideViewProperty and NewViewProperty.
        返回:
        the access type of the setter methods
        默认值:
        io.github.vipcxj.beanknife.runtime.annotations.Access.NONE