org.bridj.ann
Annotation Type JNIBound


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface JNIBound

Tells BridJ not to bind native methods marked with this annotation (assumes there's a legit plain-JNI binding for them)

Author:
Olivier Chafik



Copyright © 2009-2012. All Rights Reserved.