Package net.bytebuddy.utility.dispatcher
Annotation Interface JavaDispatcher.Container
- Enclosing class:
- JavaDispatcher<T>
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.