del[storage]: remove unused class

This commit is contained in:
godotg
2023-09-19 21:19:31 +08:00
parent 5bcb2ca877
commit 85c99eb54c
@@ -1,17 +0,0 @@
package com.zfoo.storage.anno;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author veione
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface GraalvmNative {
}