org.bridj.ann
Annotation Type Symbol


@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.

Author:
Olivier Chafik

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2009-2012. All Rights Reserved.