Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的要求是将属性注入到类级别注释中。
我想要的是如下内容,但 @Value 仅支持注入字段或方法:
@MyAnno(someproperty = @Value("${someproperty}")) public class My { ... }