org.bridj.ann
Annotation Type Name


@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface Name

Specify the real non-obfuscated name of a field / method (useful when the name is a Java keyword but not a C one, e.g. to bind a C function named 'transient')

Author:
Olivier Chafik

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2009-2012. All Rights Reserved.