This is a generic message displayed for each parameter in the document starting with "@". Therefore, for each parameter, you must add a description.
For example:
/**
* Searches for top cars
* @param carSearchRequest represents CarSearchRequest body
* @param userId represents userid
* @return CarsResponse
* @throws Exception when userid is null
*/