com.softwareag.centrasite.appl.framework.validation.impl
Annotation Type ValidatableList


@Retention(value=RUNTIME)
public @interface ValidatableList

An extension of Validatable for properties with type List. Used in combination with Validatable.


Required Element Summary
 java.lang.Class<?> itemClass
          The class of the list elements.
 

Element Detail

itemClass

public abstract java.lang.Class<?> itemClass
The class of the list elements.