This commit is contained in:
2023-12-18 18:28:38 +08:00
parent 0f5d1fad4b
commit aa4d70ce99
8 changed files with 81 additions and 1 deletions

View File

@@ -5,6 +5,15 @@ import org.springframework.core.annotation.AliasFor
import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RestController
/**
* Hidden controller annotation
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
* @see Hidden
* @see RequestMapping
* @see RestController
*/
@Hidden
@RequestMapping
@RestController