@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface IID
This annotation is used on interfaces derived from
Com4jObject
to designate the IID of that interface.
The runtime uses this information for various purposes.
public abstract String value
Copyright © 2014. All rights reserved.