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.
BeanNameAwareを実装する代わりに使用できるアノテーションはありますか?
シングルトンの場合は、次の行に沿って何かを使用できます。
@Service(value=MyService.myname) public class MyService{ public static final String myname = "myservicename"; }
それ以外の場合は、BeanNameAware を使用する必要があると思います。