-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement logic for getting of generating bean names. #65
Labels
Comments
AlexandrKarpachov
added a commit
that referenced
this issue
Nov 21, 2023
AlexandrKarpachov
added a commit
that referenced
this issue
Nov 21, 2023
AlexandrKarpachov
added a commit
that referenced
this issue
Nov 21, 2023
AlexandrKarpachov
added a commit
that referenced
this issue
Nov 23, 2023
AlexandrKarpachov
added a commit
that referenced
this issue
Nov 23, 2023
AlexandrKarpachov
added a commit
that referenced
this issue
Nov 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case a bean has a value in @component annotation - get this value.
In case a bean has a value in an annotation that has inside @component annotation - get this value.
In case a component annotation has an empty value - generate a name from a class name.
If bean has two component annotations with different names throw an exception.
If bean has two component annotations with the same name use this name.
The text was updated successfully, but these errors were encountered: