|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public @interface Constructor
Indicate the index of a constructor.
It is important that all constructors have an unique index that helps identify them, and that they call NativeObject's parent constructor with the same index.
Optional Element Summary | |
---|---|
int |
value
|
public abstract int value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |