com.kenai.jaffl.annotations
Annotation Type Transient


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Transient

Indicates that the parameter is transient. This means it can be backed by a temporarily allocated native memory block, and after the method call, the native memory can be freed again.