@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Shared
Indicates that the validator should be shared with all validations. Use this
in validators that don't have dependencies (usually validators with a default
constructor and no properties).
- Since:
- 5.1