Annotation Type EnableGitHub
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @Import(GitHubProviderConfigRegistrar.class) public @interface EnableGitHub
Annotation to enable Github in a Spring Social application. Configures aGitHubConnectionFactorybean (and aConnectionFactoryLocatorbean if one isn't already registered). Also configures a request-scopedGitHubbean fetched from the current user'sConnectionRepository.- Author:
- Craig Walls