草庐IT

SupportedAnnotationTypes

全部标签

java - 我可以在不将类名硬编码为字符串文字的情况下将类名作为编译时常量获取吗?

我正在研究注释处理器。此代码编译:packagesand;importjava.util.Set;importjavax.annotation.processing.AbstractProcessor;importjavax.annotation.processing.RoundEnvironment;importjavax.annotation.processing.SupportedAnnotationTypes;importjavax.lang.model.element.TypeElement;@SupportedAnnotationTypes("sand.Foo")publi