Tag Archive: Qualifier

Core Spring Annotations – Context Configuration Annotations

Core Spring Annotations - Context Configuration Annotations

Core Spring Annotations – Context Configuration Annotations Annotation Use Description @Autowired Field, Constructor, Methods This annotation declares a constructor, method, field, or configuration method to be autowired by type. While using this annotation ,it do not have to be public. @Configurable Type Used with <context:springconfigured> to declare types whose properties…
Read more