我正在試驗煤層攔截器。 我我有一個自定義註解定義爲:煤層攔截器抽象基類
@Target(TYPE)
@Retention(RUNTIME)
@Interceptors(SomeInterceptor.class)
public @interface MyInterceptAnnotation { }
和我有@MyInterceptAnnotation
@MyInterceptAnnotation
MyAbstractSuperClass{...}
有可能具有從MyAbstractSuperClass衍生截獲所有子類註釋類的超類?? 問候函
如何啓用軟件包信息級別掃描? – 2010-11-16 11:00:11
@Sergio:見附錄。 – 2010-11-16 11:31:26