dependency injection - Equivalent of @ImplementedBy in Spring -


what equivalent of guice's @implementedby annotation in spring di? (i googled no results.)

there not exist jit default binding in spring. can set 1 implementation dependency or use naming qualifier @named or @qualifier annotation specify implementation static binding (not equivalent @implementedby guice implementation).

i created spring extension enabling jit-binding. library add @implementedby annotation spring. see https://github.com/devacfr/spring-implementedby , give me feedback


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -