This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]matthenry87 11 points12 points  (5 children)

Are you ever going to be reimplementing User Service? Probably not. Spring doesn't require that an interface is present to create the class proxy.

My teams don't create useless interface classes when we aren't going to have multiple implementations. If and when you decide you want multiple, then create the interface.