org.bridj.ann
Annotation Type Alignment


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Alignment

Alignment of a C struct / struct field, in bytes.
If this annotation is not present, BridJ will infer the alignment using the C/C++ rules.

Author:
ochafik

Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


Copyright © 2009-2012. All Rights Reserved.