mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-06-03 10:14:11 +00:00
del[storage]: remove unused class
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user