cabe icon indicating copy to clipboard operation
cabe copied to clipboard

Inject null-checks into Java-code

Cabe MIT License Language

A bytecode instrumentation tool that inserts null checks based on JSpecify annotations.

Usage

  • add the plugin in build.gradle:

    plugins {
        id 'com.dua3.cabe' version '3.0.1'
    }
    
  • read the documentation for details on configuration and usage.