**Description** <!-- Add a short description and screen shots if needed. --> Autowiring should not be used, since it makes the Components mutable, which is not ideal. Constructors should be used, and all fields should be immutable as well.
Description
Autowiring should not be used, since it makes the Components mutable, which is not ideal.
Constructors should be used, and all fields should be immutable as well.