Annotation Interface JavaDispatcher.Container

Enclosing class:
JavaDispatcher<T>

@Documented @Target(METHOD) @Retention(RUNTIME) public static @interface JavaDispatcher.Container
Indicates that the method is supposed to return an array of the proxied type. The annotated method must declare a single, int-typed argument that represents the array's dimension.