Annotation Type NotLazy


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    @UseWith(SERVICE)
    public @interface NotLazy
    Marks a method as specifically not-lazy, even if other methods in the same interface are being advised as lazy.
    Since:
    5.1.0.0