List of usage examples for org.apache.shiro.aop MethodInvocation getMethod
Method getMethod();
From source file:org.killbill.billing.util.security.AnnotationHierarchicalResolver.java
License:Apache License
@Override public Annotation getAnnotation(final MethodInvocation mi, final Class<? extends Annotation> clazz) { return getAnnotationFromMethod(mi.getMethod(), clazz); }