Making client class under its service interface namespace #167
Labels
cmp:compiler
Component: Compiler backend (e.g., annotation processors, code generators)
typ:enhance
Type: Enhancement/new feature
The compiler currently generates a pair of an interface and its client class for each service e.g.:
Making client classes under their interface namespace would be better for avoiding namespace pollution e.g.:
The text was updated successfully, but these errors were encountered: