This is what I want to do: Given some enum files, filter out the ones with @someAnnotation in comment or as a class annotation, the grab the names of enum fields from AST. Maybe using Java Parser.
But I wasn't sure how to do it exactly.
This is what I want to do: Given some enum files, filter out the ones with @someAnnotation in comment or as a class annotation, the grab the names of enum fields from AST. Maybe using Java Parser.
But I wasn't sure how to do it exactly.