@ValidatorDefinition

UNIMPLEMENTED FEATURE! Check this out in the next release.

Target: Class that defines a validator.

Description: Defines a validator.

JavaDoc: Click here

Attributes:

Name Description Data type Required Default value
id The ID of the validator. String No Lower-case version of the class name

Example:

@ValidatorDefinition("myValidator")
public class MyValidator  {

 // TODO Complete when implemented 
        
}

See also:

Back to annotation reference