mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-06 04:16:42 +00:00
Removed AvoidStarImport Rule
Added JavaDocType Rule
This commit is contained in:
+3
@@ -26,6 +26,9 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMethod;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* Controller providing endpoints to retrieve product inventories
|
||||
*/
|
||||
@RestController
|
||||
public class InventoryController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user