jaxx.runtime.validator.swing.meta
Annotation Type Validator


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Validator

Annotation to put on each field validator.

Since:
2.3
Author:
tchemit

Required Element Summary
 String validatorId
          Obtain the id of the validator.
 

Element Detail

validatorId

public abstract String validatorId
Obtain the id of the validator.

Returns:
the id of the validator.


Copyright © 2008-2011 CodeLutin. All Rights Reserved.