org.callbackparams.combine.annotation
Annotation Type CombineConfig
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface CombineConfig
Using this annotation is the recommended practise for configuring the
automated combining of callback-values into callback-records.
- Author:
- Henrik Kaipe
- See Also:
CombineStrategy
strategy
public abstract Class<? extends CombineStrategy> strategy
- Specifies the combine-strategy implementation class.
The specified class must have a default (no-arg) constructor.
maxCount
public abstract int maxCount
- See Also:
CombineStrategy.setMaxCount(int)
- Default:
- -1
randomSeed
public abstract long randomSeed
- See Also:
CombineStrategy.setRandomSeed(long)
- Default:
- -1L
Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.