Optionally check javax.validation annotations, Remove some Ldap code

This commit is contained in:
Robin Bygrave
2013-04-22 22:49:11 +12:00
parent 2567022d95
commit f4b02b0121
9 changed files with 36 additions and 371 deletions
@@ -29,12 +29,5 @@ public class BeanManager<T> {
public BeanDescriptor<T> getBeanDescriptor() {
return descriptor;
}
/**
* Return true if this bean type is an LDAP entity type.
*/
public boolean isLdapEntityType() {
return descriptor.isLdapEntityType();
}
}