org.bridj.ann
Annotation Type Convention


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,FIELD,PACKAGE,PARAMETER,CONSTRUCTOR})
@Inherited
public @interface Convention

Force the method call convention to some value.
Without this annotation, BridJ will do its best to infer the call convention from the context (C++ method, symbol decoration...)

Author:
Olivier Chafik

Required Element Summary
 Convention.Style value
           
 

Element Detail

value

public abstract Convention.Style value


Copyright © 2009-2012. All Rights Reserved.