|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Target(value={METHOD,CONSTRUCTOR,TYPE})
public @interface NativeCodeidentifies classes, methods and constructors that use native function calls (yikes).
To run these tagged classes, you need to ensure that the platform dependent library specified in the implementing class is available in the java.library.path or (as this is inherently system dependent) in the windows class path or something.
| Optional Element Summary | |
|---|---|
String[] |
value
|
public abstract String[] value
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||