涉及反射的类需要一个个写吗? #5
Answered
by
westinyang
xiayishusheng
asked this question in
Q&A
-
|
涉及反射的类需要一个个写吗? |
Beta Was this translation helpful? Give feedback.
Answered by
westinyang
Jun 24, 2022
Replies: 1 comment
-
|
可以通过native-image提供的agent模式运行程序,跑一边自动监听生成所需要的反射、资源、等配置文件再打包。除此之外,其实gluon提供的javafx打包插件、SpringNative插件都已经做好了大部分的反射、资源、动态代理的自动生成。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xiayishusheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可以通过native-image提供的agent模式运行程序,跑一边自动监听生成所需要的反射、资源、等配置文件再打包。除此之外,其实gluon提供的javafx打包插件、SpringNative插件都已经做好了大部分的反射、资源、动态代理的自动生成。