com.github.trevershick.test.ldap.annotations.LdapAttribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ldap-test-utils Show documentation
Show all versions of ldap-test-utils Show documentation
Client library that makes it easy to test with an embedded LDAP server (from unboundid).
The newest version!
package com.github.trevershick.test.ldap.annotations;
public @interface LdapAttribute {
String name();
String[] value();
}