Closed
Description
Lets say we have a ExampleService
that has aspects applied to it.
Currently the code generation generates a ExampleService$DI
with empty build wiring logic. Instead, we should just not generate it AT ALL. This is because the ExampleService$Proxy
and ExampleService$Proxy$DI
are generated and the only things we need for this case.
The fix for this is to change to not generate the ExampleService$DI
at all when ExampleService
is a component with aspects.