Package javax.validation.executable
Annotation Type ValidateOnExecution
-
@Target({CONSTRUCTOR,METHOD,TYPE,PACKAGE}) @Retention(RUNTIME) public @interface ValidateOnExecution
- Since:
- 1.1
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ExecutableType[]
type
-
-
-
Element Detail
-
type
ExecutableType[] type
- Default:
- {javax.validation.executable.ExecutableType.IMPLICIT}
-
-