今天看到jdk17内部一个注解jdk.internal.vm.annotation.Stable,但是这个注解说明了
This annotation only takes effect for fields of classes loaded by the boot loader. Annotations on fields of classes loaded outside of the boot loader are ignored.
所以是否有办法让我写的类通过boot loader加载。