public interface  org.hibernate.validator.internal.properties.Property extends java.lang.Object implements org.hibernate.validator.internal.properties.Constrainable
{
public abstract java.lang.String getPropertyName();
public abstract java.lang.String getResolvedPropertyName();
public abstract org.hibernate.validator.internal.properties.PropertyAccessor createAccessor();
}