org.vmmagic.pragma
Annotation Type RuntimePure


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

This pragma is a variant of Pure that is used to mark methods that have a special behaviour at boot image writing time and are Pure at runtime


Optional Element Summary
 RuntimePure.ReturnValue value
          What value should be returned
 

value

public abstract RuntimePure.ReturnValue value
What value should be returned

Default:
org.vmmagic.pragma.RuntimePure.ReturnValue.Unavailable