| Class | Description |
|---|---|
| SwitchExhaustiveCheckerProcessor |
An annotation processor, which checks that
every class and method, which are annotated by
SwitchExhaustive,
covers all Enum constants in switch statement cases. |
| Annotation Type | Description |
|---|---|
| SwitchExhaustive |
Put this annotation to Classes, Methods and Constructors to verify,
that every case in switch statements for Enums are covered.
|