@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
public @interface SkipChecks
This annotation is a hint for the MatcherGenerator:
- to skip the generation of a matcher for this entity
Use this annotation to keep tests concise, not generating matchers for fields that are irrelevant for the result