if i am defining such function in java file
/** * Adds two integers, returning their sum */ public native int add( int v1, int v2 );