pang.jiabao
4 天以前 4b48448c784d80cfbaff4840b9c6a4c1866a5979
src/main/java/com/zy/common/model/annotations/little.java
@@ -7,8 +7,9 @@
/**
 * 小端模式注解类
 * @author uiu
 * @author vincent
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD,ElementType.TYPE,ElementType.METHOD})
public @interface little {}
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.TYPE, ElementType.METHOD})
public @interface little {
}