org.basex.query
Annotation Type QueryModule.ContextDependent


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface QueryModule.ContextDependent

Java code is treated as "context-independent". If a function accesses the specified QueryModule.context, it should be annotated as QueryModule.ContextDependent.