e.g. ```java @Bean @ConditionalOnPlatformVersion("[2.2.0.M5,2.4.0-SNAPSHOT)") public BuildCustomizer<Build> junit5TestStarterContributor() { ```