@Retention(value=RUNTIME) @Target(value=METHOD) public @interface DISPID
Java doesn't let us obtain the ordinal of a method, so we need to annotate that information explicitly.
int
value
IDispatch
public abstract int value
Copyright © 2014. All rights reserved.