Is there any way to hide the controller name in the swagger-ui.
My class is like this. I do not want my controller name on the ui.
@Api(tags = {"group"})
public class MyControllerName {}
I did check some existing answers. for ex: How to remove controller list from Swagger UI did not help at all.