Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Add annotation inspection support #659

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

jmle
Copy link
Contributor

@jmle jmle commented Jul 16, 2024

This PR adds support for inspecting annotations.

🟢 Things that can be done now:

  • Check for annotations that are annotating specific FIELD_DECLARATION, METHOD_DECLARATION or TYPE
  • Match against METHOD_DECLARATION

🔴 Things that cannot be done yet:

  • Match location: ANNOTATION and inspect its values.
  • Inspect on annotations on location: CONSTRUCTOR.

Depends on:

Fixes:

Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
engine/engine.go Outdated Show resolved Hide resolved
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>

Add info back

Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants