mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-05 22:25:49 +00:00
perf[graalvm]: optimized annotation @GraalvmNativeStorage
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
package com.zfoo.storage.anno;
|
||||
|
||||
import org.springframework.aot.hint.annotation.Reflective;
|
||||
import org.springframework.core.annotation.AliasFor;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
@@ -32,6 +33,7 @@ public @interface GraalvmNativeStorage {
|
||||
/**
|
||||
* graalvm build must specify resource path
|
||||
*/
|
||||
@AliasFor(annotation=Component.class)
|
||||
String value();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user