icicle icon indicating copy to clipboard operation
icicle copied to clipboard

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?.

perfectmak avatar Apr 09 '17 15:04 perfectmak