2016-04-26 79 views

回答

3

也許你打算在ElementType.TYPE添加到@Target

@Target({ElementType.METHOD, ElementType.TYPE}) 
相關問題