org.bridj.ann
Annotation Type Library
@Retention(value=RUNTIME)
@Inherited
@Target(value={TYPE,METHOD,CONSTRUCTOR})
public @interface Library
Specify the name of the native library that should be bound.
This name can then be changed at runtime to match the platform-specific name of the library with @see org.bridj.BridJ#setNativeLibraryActualName(String, String).
Alternative aliases can also be added at runtime with @see org.bridj.BridJ#addNativeLibraryAlias(String, String).
- Author:
- Olivier Chafik
value
public abstract String value
versionPattern
public abstract String versionPattern
- Default:
- ""
Copyright © 2009-2012. All Rights Reserved.