org.springframework.security.oauth2.provider.endpoint
注释类型 FrameworkEndpoint


@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.

作者:
Dave Syer



Copyright © 2013. All rights reserved.