blob: a8dfb06cd2a0afdd0d54b304e887e847875ac295 [file] [log] [blame] [view]
The Google Java Style Guide ยง3.4.1 requires each source file to contain exactly
one top-level class.
## Suppression
Since `@SuppressWarnings` cannot be applied to package declarations, this
warning can be suppressed by annotating any top-level class in the compilation
unit with `@SuppressWarnings("MultipleTopLevelClasses")`.