@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
public abstract int value
public abstract String function
operator[]
, for example, "at".Copyright © 2020. All rights reserved.