@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface Name
Specify the real non-obfuscated name of a field / method / class (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