@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Index
operator[] in some circumstances.
For example, a call like (*this)[i].foo(str) could be accomplished with
@Index native void foo(int i, String str).Generator| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
The number of indices spread over the parameters, for multidimensional access.
|
Copyright © 2018. All rights reserved.