|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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...)
| Required Element Summary | |
|---|---|
Convention.Style |
value
|
| Element Detail |
|---|
public abstract Convention.Style value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||