Annotation Type JavaDispatcher.Instance


  • @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.