Annotation Type JavaDispatcher.Instance

Enclosing class:
JavaDispatcher<T>

@Documented @Target(METHOD) @Retention(RUNTIME) public static @interface JavaDispatcher.Instance
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.