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