@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.
Copyright © 2019. All rights reserved.