Isn't the check for ElementKind in IciclePreprocessor redundant
Open
perfectmak
opened this issue 7 years ago
•
0 comments
In Icicle Preprocessor here, you check if (element.getKind() != ElementKind.FIELD) {, but why are you checking for this if the Freeze annotation class already has an annotation type target @Target(ElementType.FIELD)here?.