Package org.javalid.annotations.helper

Annotation Types Summary
BeanLookup This annotation should be used inside a @Lookup annotation to specify you wish to use a javabean to perform validation.
JsfLookup Use this supportive annotation inside @Lookup to specify you wish to use the JsfLookup to find a class to do validation with (or anything else, depending on the situation where it is used exactly).
Lookup This annotation can be used as a lookup element in special validation implementations (through the ValidateDefinition element) Another use by annotations, for instance the LovConstraint annotation.
SpringLookup Use this supportive annotation inside @Lookup to specify you wish to use the SpringLookup to find a class to do validation with (or anything else, depending on the situation where it is used exactly).