pt.digitalis.dif.dem.annotations.parameter
Annotation Type BindParameterIDs


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface BindParameterIDs

This annotation binds a set of IDs to Validator thus enabling that all the supplied IDs can be validated by the Validator. It can be used on any POJO annotated with @ValidatorDefinition.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/05/11

Required Element Summary
 String ids
          List of all the possible aliases that a parameter can have.
 

Element Detail

ids

public abstract String ids
List of all the possible aliases that a parameter can have. Mandatory field!



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.