You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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:
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.The text was updated successfully, but these errors were encountered: