org.slim3.struts.annotation
Annotation Type Validator


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

A meta annotation for validation.

Since:
3.0
Author:
higa

Required Element Summary
 String value
          The validator name.
 

Element Detail

value

public abstract String value
The validator name.



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.