org.basex.query
Annotation Type QueryModule.FocusDependent


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

Java code is treated as "focus-independent". If a function accesses the current context item, position or size, it should be annotated as QueryModule.FocusDependent.