package org.jboss.resteasy.api.validation;

Author:Ron Sigal
Version:$Revision: 1.1 $ Copyright May 25, 2013
/** * * @author <a href="ron.sigal@jboss.com">Ron Sigal</a> * @version $Revision: 1.1 $ * * Copyright May 25, 2013 */
public class ConstraintType { public enum Type {CLASS, FIELD, PROPERTY, PARAMETER, RETURN_VALUE}; }