Annotation Type ArchIgnore


  • @Target({TYPE,FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface ArchIgnore
    Marks rules (annotated with @ArchTest) to be ignored by the test support. I.e. rules marked this way will be skipped during evaluation.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String reason  
    • Element Detail

      • reason

        java.lang.String reason
        Returns:
        why the test is ignored
        Default:
        ""