Annotation Type ComponentLayer


  • @Target({PARAMETER,FIELD})
    @Retention(RUNTIME)
    @Documented
    public @interface ComponentLayer
    Marker annotation used to identify a service from the component layer that conflicts, in terms of service interface, with a service from elsewhere. In particular, this is used to disambiguate PlasticProxyFactory which has one implementation (marked with Builtin and another with this annotation.