pang.jiabao
6 天以前 f47010b3b237240f342f76c8f77f0475c3ab6052
src/main/java/com/zy/common/model/annotations/expr.java
@@ -7,10 +7,10 @@
/**
 * 标识注解类
 * @author uiu
 * @author vincent
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD,ElementType.TYPE,ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.TYPE, ElementType.METHOD})
public @interface expr {
   String value();
    String value();
}