123
Administrator
2025-06-05 04be06484c74bfae048f58bcb4f41791e0d02692
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 {
}