We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
XML vs. Annotation
In Annotations, @Component is exactly the same as XML <bean /> definition.
@Component
<bean />
Using @Configuration, we can use both Annotation and XML configuration.
There was an error while loading. Please reload this page.