Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
The spelling is also incorrect for the "shoudBeProcessed" method in the AbstractAnnotationProcessor but due to it being private, this should have a smaller impact.
In the AnnotationProcessor class, the "shoudBeConsumed" method is misspelled and should be called "shouldBeConsumed".
This change has an effect on the AbstractAnnotationProcessor as well as all projects using this API.
The spelling is also incorrect for the "shoudBeProcessed" method in the AbstractAnnotationProcessor but due to it being private, this should have a smaller impact.