Module qilletni.api

Annotation Interface BeforeAnyInvocation


@Retention(RUNTIME) @Target(METHOD) public @interface BeforeAnyInvocation
An annotation placed on methods holding native classes that are bound to Qilletni methods. After a class is initialized on a native method invocation, a method with this annotation will be called. This method is in the same instance as what the native method will be invoked in, so this may set up instance variables in the class to be used in that single invocation.
See Also: