You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.