You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Priv[] privs = target.getAnnotationsByType(Priv.class);
target is a method,and hava a Priv annotation.
the method "getAnnotationsByType" got a empty array
The text was updated successfully, but these errors were encountered:
Priv[] privs = target.getAnnotationsByType(Priv.class);
target is a method,and hava a Priv annotation.
the method "getAnnotationsByType" got a empty array
The text was updated successfully, but these errors were encountered: