Interface | Description |
---|---|
ConnectionFactoryConfigurer |
Strategy interface for registering connection factories.
|
SocialConfigurer |
Defines callback methods to customize Java-based configuration enabled by
@EnableWebMvc . |
Class | Description |
---|---|
SocialConfiguration |
Configuration class imported by
EnableSocial . |
SocialConfigurerAdapter |
Abstract implementation of
SocialConfigurer with convenient default implementations of methods. |
Annotation Type | Description |
---|---|
EnableSocial |
Add this annotation to an
@Configuration class to have the Spring MVC
configuration defined in SocialConfiguration imported. |