Package com.google.code.tempusfugit.concurrency.annotations

Enum Summary
GuardedBy.Type  
 

Annotation Types Summary
Concurrent Annotation to mark a method as being potentially run concurrently.
GuardedBy Based on the annotation of the same name by Brian Goetz and Tim Tim Peierls.
Immutable  
Intermittent Annotation to highlight intermittently failing test methods or classes.
Not  
Repeating Annotation to indicate that a method should be repeated.
Task Marker annotation to indicate that a class encapsulates some functionality as a "task" to be executed in a concurrent context.
ThreadSafe Based on the annotation of the same name by Brian Goetz and Tim Tim Peierls.
 



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