-
public @interface ViewPropertyThe same asOverrideViewProperty, But it is only used in the original class, so no value attribute to specialize the property name.- 另请参阅:
OverrideViewProperty
-
-
元素详细资料
-
getter
Access getter
The access type of the getter methods. By default, public is used. It can be override by theViewProperty,OverrideViewPropertyandNewViewProperty.- 返回:
- 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 theViewProperty,OverrideViewPropertyandNewViewProperty.- 返回:
- the access type of the setter methods
- 默认值:
- io.github.vipcxj.beanknife.runtime.annotations.Access.NONE
-
-