Java中Annotation的數組參數的一個問題

今天寫代碼,發現一個很蛋疼的問題.具體以下 首先定義了一個annotation @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface ClearCache { String[] value() default {}; } 這個value是一個String數組.可是我在用的時候就發現問題了
相關文章
相關標籤/搜索