Package guava-beta-checker: Information
Source package: guava-beta-checker
Version: 1.0-alt1
Build time: Dec 2, 2025, 04:53 PM in the task #401129
Category: Development/Java
Report package bugHome page: https://github.com/google/guava-beta-checker
License: Apache-2.0
Summary: An Error Prone plugin that checks for usages of Guava APIs
Description:
An Error Prone plugin that checks for usages of Guava APIs that are annotated with the @Beta annotation. Such APIs should never be used in library code that other projects may depend on; using the Beta Checker can help library projects ensure that they don't use them.
Maintainer: Ivan Khanas