xxxxxxxxxx
The @ApiIgnore annotation allows us to hide an endpoint.
Alternatively, we can use @ApiOperation to hide a single endpoint OR
Nonetheless, sometimes we need to hide all the endpoints of a controller class. We can achieve this by
annotating the controller class with @ApiIgnore