Annotation Type ScopedProxy


  • @Around(proxyTarget=true,
            lazy=true)
    @Scope
    @Documented
    @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    public @interface ScopedProxy
    A meta annotation for a scoped proxy.
    Since:
    1.0
    See Also:
    ThreadLocal