Annotation Type CalledFromHotLoop


  • @Documented
    @Inherited
    @Retention(SOURCE)
    @Target(METHOD)
    public @interface CalledFromHotLoop
    Annotation for methods, which are called from hot loops during query processing. Those methods and their downstream callees should be optimized as much as possible.

    Currently CalledFromHotLoop is a source-level annotation, used only for documentation.

    See Also:
    HotLoopCallee