@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface BufferedIncrement
Modifier and Type | Required Element and Description |
---|---|
Class<? extends Increment<?>> |
incrementClass |
Modifier and Type | Optional Element and Description |
---|---|
String |
configuration |
public abstract Class<? extends Increment<?>> incrementClass