Annotation Type SharedClient


  • @Retention(RUNTIME)
    @Inherited
    @Target(TYPE)
    public @interface SharedClient
    Tagging annotation that tells the Service Discovery framework that this API should only be created once. The same implementation instance should then be returned on all subsequent calls. This annotation should generally be used for mock implementations.