Annotation Interface AutoConfigureDataLdap
@Target(TYPE)
@Retention(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.- Since:
- 2.0.0
- Author:
- EddĂș MelĂ©ndez
- See Also: