All Classes and Interfaces

Annotation Interfaces
说明
Mark the target need to do auth.
ConditionalOnReactiveWebApplication.
ConditionalOnWebMvcApplication.
A custom Component annotation for HandlerInterceptor and the interceptor would be auto-detects by a custom a WebMvcConfigurer.
 
&#064RestController public class ExcelController{ &#064GetMapping("/excel) public List<T> excel(&#064RequestExcelPart List<T> list){ return list; } }
An ext Annotation which can resolve json param from request parameters for HandlerMethodArgumentResolver like RequestParam and RequestBody.
ResponseColumn.