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
Much like imports are ordered, it would be nice if we could enforce annotations are also ordered. Typically I think we'd want two groups, primary annotations and then everything else. The primary group would be for annotations such as @Bean, @Configuration, @Test.
The text was updated successfully, but these errors were encountered:
Much like imports are ordered, it would be nice if we could enforce annotations are also ordered. Typically I think we'd want two groups, primary annotations and then everything else. The primary group would be for annotations such as
@Bean
,@Configuration
,@Test
.The text was updated successfully, but these errors were encountered: