public abstract class AbstractAnnotatedMethodInvoker<T extends Annotation> extends Object
Init,
AfterCompose| Constructor and Description |
|---|
AbstractAnnotatedMethodInvoker(Class<T> annoClass,
Map<Class<?>,List<Method>> annoMethodCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
invokeMethod(Binder binder,
Map<String,Object> bindingArgs) |
protected abstract boolean |
shouldLookupSuperclass(T annotation)
Verify if the super classes need to be traced.
|
protected abstract boolean shouldLookupSuperclass(T annotation)
annotation - Copyright © 2015. All rights reserved.