Add CLASS and ENUM location in java provider to match against class declarations and enums #761
Labels
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
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.The text was updated successfully, but these errors were encountered: