@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureDataLdap
Auto-configuration imports for typical Data LDAP tests.
Most tests should consider using @DataLdapTest rather than using
this annotation directly.DataLdapTest