`@Profile` conditionally enables beans based on the active profile (e.g., `dev`, `test`, `prod`). It helps you swap implementations/config per environment without changing code.