org.springframework.security.oauth2.client.test
注释类型 BeforeOAuth2Context


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface BeforeOAuth2Context

Marker annotation for methods to be run before the OAuth2Context is setup by the OAuth2ContextSetup rule, and consequently before the regular JUnit @Before methods, which are executed only after the OAuth2Context is setup.

作者:
Dave Syer



Copyright © 2013. All rights reserved.