org.jboss.seam.annotations.faces
Annotation Type Validator


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Validator

Allows a Seam component to act as a JSF validator. The annotated class must be a Seam component, and must implement javax.faces.validator.Validator.

Author:
Gavin King

Optional Element Summary
 String id
          The JSF validator id.
 

id

public abstract String id
The JSF validator id. Default to the component name.

Default:
""