解决spring的Bug以及实现了EL表达式绑定基本元素属性
This commit is contained in:
@@ -13,8 +13,12 @@ import java.lang.annotation.Target;
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface FXField {
|
||||
boolean readOnly() default false;
|
||||
|
||||
String setter() default "";
|
||||
|
||||
String add() default "";
|
||||
|
||||
String delete() default "";
|
||||
|
||||
String edit() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user