1
ZY
2025-03-27 bfccf7c947087010f871a24cda1a5ec5c5b08746
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 {
}