Skip to content

xzel23/cabe

Repository files navigation

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'
    }
    
  • read the documentation for details on configuration and usage.