The following class uses `@Bean` on a field, but is missing `@Component` or `@Configuration` annotation on the class. Is it intentional? https://github.com/justauth/justauth-spring-boot-starter-demo/blob/680c7a0f42b2c9750997b89a6fe0c9454cd0b2ee/src/main/java/com/xkcoding/justauthspringbootstarterdemo/AuthStateConfiguration.java#L14 Reference: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/Bean.html