You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "ApplicationContextAware" class accesses other Beans or container resources without dependency injection. However, in practice, it has been found that this class is often misused in interviews; Beans that should be obtained through injection are instead frequently accessed via a so-called utility class. This convenient access method provided by the class should be restricted as early as possible.