Currently we have the TYPE location, which matches against all types (i.e. classes, interfaces, enum and annotation types). It would be ideal to be able to match exclusively against class declarations, for instance to be able to look for annotated classes and not other types.
Also, implement the ENUM location, which is currently unimplemented.
Currently we have the
TYPElocation, which matches against all types (i.e. classes, interfaces, enum and annotation types). It would be ideal to be able to match exclusively against class declarations, for instance to be able to look for annotated classes and not other types.Also, implement the
ENUMlocation, which is currently unimplemented.