Example: What Happens Step-by-Step

🔹 During mvn compile (Build Time):

mvn compile

✅ Compiles Java code to bytecode

🚫 Does NOT create Beans

🚫 Does NOT call constructors or @PostConstruct

🚫 Does NOT inject @Value properties