WRT the issue I was having above, it turns out I was accidentally importing `com.google.inject.name....
p
WRT the issue I was having above, it turns out I was accidentally importing
com.google.inject.name.Named
instead of
javax.inject.Named
and that was causing the issue.