Changed default value of 'splittable' attribute of PollableBean annotation to 'true'
This commit is contained in:
@@ -59,5 +59,5 @@ public @interface PollableBean {
|
|||||||
* @return true if the resulting stream produced by the
|
* @return true if the resulting stream produced by the
|
||||||
* annotated {@link Supplier} has to be split.
|
* annotated {@link Supplier} has to be split.
|
||||||
*/
|
*/
|
||||||
boolean splittable() default false;
|
boolean splittable() default true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user