com.google.code.tempusfugit.concurrency.annotations
Annotation Type Task


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

Marker annotation to indicate that a class encapsulates some functionality as a "task" to be executed in a concurrent context.



Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.