comparison src/main/java/de/intevation/lada/validation/rules/Rule.java @ 534:23130e40e5b7

Added interfaces classes and annotations used for validation.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 24 Feb 2015 10:52:14 +0100
parents
children 3ec358698b4d
comparison
equal deleted inserted replaced
533:ce6964c27410 534:23130e40e5b7
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU GPL (v>=3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out
6 * the documentation coming with IMIS-Labordaten-Application for details.
7 */
8 package de.intevation.lada.validation.rules;
9
10 import de.intevation.lada.validation.Violation;
11
12 /**
13 *
14 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
15 */
16 public interface Rule {
17
18 public Violation execute(Object object);
19 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)