Annotation Type SkipColumnTypePropagation
@Target({METHOD,ANNOTATION_TYPE,TYPE})
@Retention(RUNTIME)
public @interface SkipColumnTypePropagation
Allows preventing the column type propagation from being applied to the parameterized test.
- Author:
- Chris Cranford
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueReturns the reason why the column type propagation should be excluded.- Default:
- ""
-