Change PollableSupplier to Pollable

This commit is contained in:
Oleg Zhurakousky
2019-10-07 09:48:49 -05:00
parent 66b9074bfa
commit a83d2e70ee

View File

@@ -50,7 +50,7 @@ import org.springframework.context.annotation.Bean;
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Bean @Bean
@Documented @Documented
public @interface PollableSupplier { public @interface Pollable {
/** /**
* Signals to the post processors of this annotation that the result produced by the * Signals to the post processors of this annotation that the result produced by the