Annotation Type ArchIgnore


  • @Target({TYPE,FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface ArchIgnore
    Equivalent to Ignore, but can be applied to fields to mark rules annotated with @ArchTest to be ignored by the ArchUnitRunner.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String reason
      documents why the test is ignored
    • Element Detail

      • reason

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