View Javadoc

1   /*
2    * ConstraintId.java
3    * Created on 29 Июнь 2006 г., 23:59
4    */
5   
6   package org.weda.property.annotations;
7   
8   /**
9    *
10   * @author Mikhail Titov
11   */
12  public @interface ConstraintId {
13      String value();
14  }