Annotation Interface CustomDispatchAccessor


@Retention(CLASS) @Target(METHOD) public @interface CustomDispatchAccessor
Marks a method as a custom dispatch accessor. In the class with a custom dispatch, the method is used to translate the API object to the dispatch class handling the operation. The method annotated by CustomDispatchAccessor must be a non-private static method with a single parameter returning the bridged type.
See Also: