net.sf.jauvm
Annotation Type interpretable


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface interpretable

Indicates that a method should be interpreted by the JauVM instead of beeing delegated to the underlying JVM.

If a method is tagged with this annotation type and is about to be invoked in interpreted code by the JauVM, then this method's code is itself interpreted; otherwise, the method invocation is delegated to the underlying JVM.