* @param beanClass The type hosting this constraint.
* @param member The field or getter method hosting this constraint if this is
* not a class-level constraint, otherwise null.
*/
public BeanMetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor, Class<?> beanClass, Member member) {
super( constraintDescriptor, new BeanConstraintLocation( beanClass, member ) );
}