mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-05 10:19:14 +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 information about products
|
||||
*/
|
||||
@RestController
|
||||
public class InformationController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user