spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Cannot support custom annotation

Open miludedeng opened this issue 5 years ago • 0 comments

Priv[] privs = target.getAnnotationsByType(Priv.class); target is a method,and hava a Priv annotation. the method "getAnnotationsByType" got a empty array

miludedeng avatar Jan 14 '20 10:01 miludedeng