@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface BatchSize
{@code
Modifier and Type | Required Element and Description |
---|---|
int |
size
Strictly positive integer.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.