org.bridj.ann
Annotation Type Constructor


@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.

Author:
ochafik

Optional Element Summary
 int value
           
 

value

public abstract int value
Default:
-1


Copyright © 2009-2012. All Rights Reserved.