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

Create ConfigurationAnnotatiosParser class to parse target configuration annotations #29

Open
JoshukLite opened this issue Nov 9, 2023 · 0 comments

Comments

@JoshukLite
Copy link
Contributor

JoshukLite commented Nov 9, 2023

Main goal of this class is to parse all annotations on configuration class and search for all component scan information in it, it could be:

  • packages to scan
  • include filters
  • exclude filters
  • naming generator

Class should have one public method to return all annotations metainformation found in configuration class, something like public AnnotationsMeta parse(Class<?> configurationClass).
This class should be used by ConfigurationParser class.

@JoshukLite JoshukLite changed the title Class to get annotation information from target class (it could be as our main launch class or as imported config class during scanning procedure) Create ConfigurationAnnotatiosParser class to parse target configuration annotations Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants