01: package org.drools.brms.client.modeldriven.brl;
02:
03: /**
04: * This is the top level interface for all field constraints.
05: * These may be composites.
06: *
07: * @author Michael Neale
08: */
09: publicinterface FieldConstraint extendsPortableObject {
10:
11: }