source.ucregents.playground
Annotation Type TickIntervalCost


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface TickIntervalCost

Used within Core for scheduling and execution priority. Not used yet outside of core.


Required Element Summary
 int Interval
           
 int IntervalCost
           
 

Element Detail

Interval

public abstract int Interval

IntervalCost

public abstract int IntervalCost