Annotation Type ActionType
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface ActionType
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<?>
expectedReturnedType
-
-
-
-
expectedReturnedType
Class<?> expectedReturnedType
- Returns:
- a constraint for the returned type of the action if it needs to respect a contract.
- Default:
- java.lang.Object.class
-
-