Package com.google.errorprone.bugpatterns.inlineme


package com.google.errorprone.bugpatterns.inlineme
  • Classes
    Class
    Description
    Checker that performs the inlining at call-sites (where the invoked APIs are annotated as @InlineMe).
    Checker that recommends using @InlineMe on single-statement deprecated APIs.
    Checker that ensures the @InlineMe annotation is used correctly.