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
This is quite ineffective so instead use the @ApiClient field or class annotation that will generate the factory class for annotated (in case of field annotation) or all clients found in the classes.
The text was updated successfully, but these errors were encountered:
Currently the SdkProcessor generate factory classes for all clients:
This is quite ineffective so instead use the
@ApiClient
field or class annotation that will generate the factory class for annotated (in case of field annotation) or all clients found in the classes.The text was updated successfully, but these errors were encountered: