A bytecode instrumentation tool that inserts null checks based on JSpecify annotations.
-
add the plugin in
build.gradle
:plugins { id 'com.dua3.cabe' }
-
read the documentation for details on configuration and usage.
A bytecode instrumentation tool that inserts null checks based on JSpecify annotations.
add the plugin in build.gradle
:
plugins {
id 'com.dua3.cabe'
}
read the documentation for details on configuration and usage.