net.sourceforge.basher.annotations
Annotation Type BasherWeight


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface BasherWeight

Defines the percentage chance for the task to be invoked if selected for execution. Must be a a value between 1 and 100.

Version:
$Revision$
Author:
Johan Lindquist

Required Element Summary
 int weight
          Defines the percentage chance for the task to be invoked if selected for execution.
 

Element Detail

weight

public abstract int weight
Defines the percentage chance for the task to be invoked if selected for execution. Must be a a value between 1 and 100.

Returns:
The percentage chance


Copyright © 2006-2010 Basher Team. All Rights Reserved.