org.springjutsu.validation.executors
Annotation Type ConfiguredRuleExecutor


@Component
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConfiguredRuleExecutor

Annotates a class that implements RuleExecutor in order to provide a name under which the class should be registered as a validation rule executor.

Author:
Clark Duplichien

Required Element Summary
 String name
           
 

Element Detail

name

public abstract String name


Copyright © 2013 Spring Jutsu. All Rights Reserved.