Spring Annotations
Spring Annotations
ANNOTATIONS DESCRIPTION
The XML files define string bean dependencies, and the same can be
configurations.
There may be scenarios when you create more than one bean of the
same type and want to wire only one of them with a property. Control
@Qualifier
this using @Qualifier annotation along with
Difference between This tutorial explains the difference between these three annotations
@Resource, @Autowired, @Resource, @Autowired and @Inject used for injecting the
@Inject and @Named introduced in Spring 3 as an alternative for the spring annotations
4 release.
header details with the method arguments, and it can be used inside
the methods.
application.
object.
This spring data series tutorial explains @query annotation and how
@Query
to create a custom query using the @query annotation.
@Controller,
@RequestMapping, This tutorial explains some of the key annotations that are related to
@InitBinder
Difference between
This tutorial explains the difference between the two annotations
@RequestParam and
@RequestParam and @PathVariable.
@PathVariable