org.bridj.ann
Annotation Type Runtime


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface Runtime

Specify the runtime that should be used to bind native methods (default is CRuntime if no annotation is provided).
Also see @see org.bridj.Bridj.register().

Author:
Olivier

Required Element Summary
 Class value
           
 

Element Detail

value

public abstract Class value


Copyright © 2009-2012. All Rights Reserved.