Description: Checkstyle is used by developers to validate Java code style before running repo upload. This project implements Checkstyle checks specific to the Android support library. Projects used: * Name: Checkstyle Description: Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. URL: http://checkstyle.sourceforge.net/ Version: 6.12.1 License: LGPL 2.1 License File: LICENSE Local Modifications: - The only source file used here is MissingDeprecatedCheck, which was adapted to create MissingRestrictToCheck.