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

Implement logic for getting of generating bean names. #65

Open
AlexandrKarpachov opened this issue Nov 17, 2023 · 0 comments
Open

Implement logic for getting of generating bean names. #65

AlexandrKarpachov opened this issue Nov 17, 2023 · 0 comments
Assignees

Comments

@AlexandrKarpachov
Copy link
Contributor

AlexandrKarpachov commented Nov 17, 2023

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.

@AlexandrKarpachov AlexandrKarpachov converted this from a draft issue Nov 17, 2023
@AlexandrKarpachov AlexandrKarpachov self-assigned this Nov 17, 2023
@AlexandrKarpachov AlexandrKarpachov moved this from Todo to In Progress in Bring Project Nov 17, 2023
@AlexandrKarpachov AlexandrKarpachov moved this from In Progress to In Review in Bring Project 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
* us #65 get bean name from component annotation
@AlexandrKarpachov AlexandrKarpachov moved this from In Review to Done in Bring Project Nov 24, 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

1 participant