|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface Symbol
Specify the raw native shared symbol for a function / method, including the mangling (C++, __stdcall...).
If you just need to change the name but don't know the exact mangled symbol, use Name instead.
| Required Element Summary | |
|---|---|
String[] |
value
|
| Element Detail |
|---|
public abstract String[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||