집 > Q&A > 본문
Spring里@Component有一个value属性可以设置,MyComponent的value可以传给@Component吗?
@Component
value
MyComponent
@Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) @Component() public @interface MyComponent { String value() default ""; }
PHP中文网2017-04-18 10:49:16
이것은 더 번거롭고 반성을 통해 구현할 수 있습니다.
PHPz2017-04-18 10:49:16
주석은 상속을 지원하지 않는 것 같습니다