public class org.hibernate.validator.cfg.defs.ISBNDef extends org.hibernate.validator.cfg.ConstraintDef
{
public void <init>()
{
org.hibernate.validator.cfg.defs.ISBNDef v;
v := @this: org.hibernate.validator.cfg.defs.ISBNDef;
specialinvoke v.<org.hibernate.validator.cfg.ConstraintDef: void <init>(java.lang.Class)>(class "Lorg/hibernate/validator/constraints/ISBN;");
return;
}
public org.hibernate.validator.cfg.defs.ISBNDef type(org.hibernate.validator.constraints.ISBN$Type)
{
org.hibernate.validator.constraints.ISBN$Type v;
org.hibernate.validator.cfg.defs.ISBNDef v;
v := @this: org.hibernate.validator.cfg.defs.ISBNDef;
v := @parameter: org.hibernate.validator.constraints.ISBN$Type;
virtualinvoke v.<org.hibernate.validator.cfg.defs.ISBNDef: org.hibernate.validator.cfg.AnnotationDef addParameter(java.lang.String,java.lang.Object)>("type", v);
return v;
}
}