| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| import java.util.Objects; | ||
|
|
||
| public abstract class EmailValueObject { | ||
| private static final EmailValidator emailValidator = new EmailValidator(); |
There was a problem hiding this comment.
I think a better approach would be to create an EmailValidator interface to not contaminate our domain with this dependency, but I tried to do it and I didn't manage to inject the implementation into this abstract class. Is it possible to do it?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
[WIP]
I'm using this branch to implement each of the features of each step.