Package net.bytebuddy.utility.dispatcher
Annotation Interface JavaDispatcher.Instance
- Enclosing class:
JavaDispatcher<T>
Indicates that a method is supposed to perform an instance check. The annotated method must declare a single argument
with a type that is assignable from the proxied type.