English
Appearance
Determine if a class is a Spring controller.
class.is.spring.ctrl=groovy:it.hasAnn("org.springframework.web.bind.annotation.RestController") || it.hasAnn("org.springframework.stereotype.Controller")