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 { ... }