Swagger - singhmahabir/allinone-rest-services GitHub Wiki
http://localhost:4444/docs/restapi/html/index.html this is the end point to run the swagger
(@PathVariable @ApiParam(name = "vin", required = false) String vin ) still swagger will generate as true , mean Swagger looks from @PathVariable and @RequestParam required
It will picks the name and details from interface layer not at class layer , True or false will decided by Spring @PathVariable or etc not by swagger