Annotation Type NoRawTypesInspection


  • @Retention(CLASS)
    @Target(TYPE)
    public @interface NoRawTypesInspection
    Skip invoking JavaType#getAllInvolvedRawTypes() on the target class during arch tests. Prevents StackOverflowError caused by this. FIXME: remove this when this is fixed and released