org.qi4j.library.constraints.annotation
Annotation Type InstanceOf


@ConstraintDeclaration
@Retention(value=RUNTIME)
@Constraints(value=InstanceOfConstraint.class)
public @interface InstanceOf

Marks a property as being an instance of all of the specified Classes.


Required Element Summary
 java.lang.Class[] value
           
 

Element Detail

value

public abstract java.lang.Class[] value