I have a class decorated with @EnableWebSecurity this class has a session-scoped bean injected into it using @Inject annotation.
@EnableWebSecurity
@Inject
Which, as e