pang.jiabao
2025-05-10 f0ba5c148658d539a357670ea9f30a4be879c8e6
src/main/java/com/zy/common/model/annotations/little.java
@@ -9,6 +9,7 @@
 * 小端模式注解类
 * @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 {
}