1.

What Is Annotation-based Container Configuration?

Answer»

An alternative to XML setups is provided by annotation-based configuration which RELIES on the bytecode metadata for wiring up components instead of angle-bracket DECLARATIONS. Instead of using XML to DESCRIBE a bean wiring, the developer moves the configuration into the component CLASS itself by using annotations on the relevant class, method, or field declaration.

An alternative to XML setups is provided by annotation-based configuration which relies on the bytecode metadata for wiring up components instead of angle-bracket declarations. Instead of using XML to describe a bean wiring, the developer moves the configuration into the component class itself by using annotations on the relevant class, method, or field declaration.



Discussion

No Comment Found