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

Kotlin Compiler plugin #76

Open
dllewellyn opened this issue May 15, 2022 · 0 comments
Open

Kotlin Compiler plugin #76

dllewellyn opened this issue May 15, 2022 · 0 comments

Comments

@dllewellyn
Copy link
Collaborator

dllewellyn commented May 15, 2022

Allow Annotation to provide check before a function is executed.

This means

  • creating an Annotation most likely one per check type e.g. Intent check, URL check, file check
  • Annotation takes a name eg the checker to use
  • write a kotlin Compiler plugin to parse those annotations
  • replace with a call to a function that checks against the configuration for that name
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

No branches or pull requests

1 participant