Administrator
5 天以前 0d34c241a206b3ff979f4cdaf94a93c4f234a93b
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 {
}