pang.jiabao
2025-05-22 b14cbe848a3c76cdbb4baa8f067f2a2c9ce1e07c
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 {
}