@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