|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Component @Retention(value=RUNTIME) @Target(value=TYPE) public @interface FrameworkEndpoint
Synonym for @Controller but only used for endpoints provided by the framework (so it never clashes with user's
own endpoints defined with @Controller). Use with @RequestMapping and all the other @Controller features
(and match with a FrameworkEndpointHandlerMapping in the servlet context).
Users of the Spring Security OAuth2 XSD namespace need not use this feature explicitly as the relevant handlers will be registered by the parsers.
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||