Skip navigation links
G I P R S 

G

getSupportedAnnotationTypes() - Method in class ru.hixon.switchexhaustivenesschecker.SwitchExhaustiveCheckerProcessor
 
getSupportedSourceVersion() - Method in class ru.hixon.switchexhaustivenesschecker.SwitchExhaustiveCheckerProcessor
 

I

init(ProcessingEnvironment) - Method in class ru.hixon.switchexhaustivenesschecker.SwitchExhaustiveCheckerProcessor
 

P

process(Set<? extends TypeElement>, RoundEnvironment) - Method in class ru.hixon.switchexhaustivenesschecker.SwitchExhaustiveCheckerProcessor
 

R

ru.hixon.switchexhaustivenesschecker - package ru.hixon.switchexhaustivenesschecker
 

S

SwitchExhaustive - Annotation Type in ru.hixon.switchexhaustivenesschecker
Put this annotation to Classes, Methods and Constructors to verify, that every case in switch statements for Enums are covered.
SwitchExhaustiveCheckerProcessor - Class in ru.hixon.switchexhaustivenesschecker
An annotation processor, which checks that every class and method, which are annotated by SwitchExhaustive, covers all Enum constants in switch statement cases.
SwitchExhaustiveCheckerProcessor() - Constructor for class ru.hixon.switchexhaustivenesschecker.SwitchExhaustiveCheckerProcessor
 
G I P R S 
Skip navigation links