@Target(value={TYPE,PACKAGE,FIELD,LOCAL_VARIABLE}) @Retention(value=SOURCE) public @interface CStruct
public abstract String header
Mandatory.
public abstract String name
Mandatory for ElementType.TYPE and ElementType.PACKAGE annotations
otherwise optional.
public abstract String jname