com.jogamp.gluegen.structgen
Annotation Type CStruct


@Target(value={FIELD,LOCAL_VARIABLE})
@Retention(value=SOURCE)
public @interface CStruct

Author:
Michael Bien, Sven Gothel, et.al.

Required Element Summary
 String header
          Relative path to the header file.
 
Optional Element Summary
 String name
          The name of the struct.
 

Element Detail

header

public abstract String header
Relative path to the header file.

name

public abstract String name
The name of the struct.

Default:
"_default_"