I added a new Retrofit interface to my project containing a couple of Endpoints annotated with the @GET and @HEADERS annotations, after Injecting said
@GET
@HEADERS
For me, its painfully removing all the @Singleton and @OpenForTesting on my Module classes. And removing two DAO classes and Repository whose backing model classes is no longer annotated with @Entity.