Enum | Description |
---|---|
GuardedBy.Type |
Annotation Type | Description |
---|---|
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–2018 tempus-fugit committers. All rights reserved.