Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. interface A
  2.  
  3. @Component
  4. class DefaultImpl implements A
  5.  
  6. @Profile("test")
  7. @Component
  8. class TestImpl implements A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement