public annotation interface  org.hibernate.validator.constraints.EAN extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract java.lang.String message();
public abstract java.lang.Class[] groups();
public abstract java.lang.Class[] payload();
public abstract org.hibernate.validator.constraints.EAN$Type type();
}