1 18 package org.apache.beehive.netui.compiler.genmodel; 19 20 import org.apache.beehive.netui.compiler.model.validation.ValidatorRule; 21 import org.apache.beehive.netui.compiler.typesystem.declaration.AnnotationInstance; 22 23 24 public interface ValidatorRuleFactory 25 { 26 public ValidatorRule getFieldRule( String entityName, String propertyName, AnnotationInstance ruleAnnotation ); 27 } 28 29 | Popular Tags |