Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 508 Bytes

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.