|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||

See:
Description
| Annotation Types Summary | |
|---|---|
| ForceThreadSafeCollection | With this annotation you can mark classes and methods which sould use thread-safe collection classes (i.e. sychnronized collections) only. |
| GuardedBy | With this annotation you can document the lock which guards the field or method. |
| RunBackground | With this annotation you can mark methods which should run in background (as separate thread). |
| RunParallel | Mark methods or constructors which should be run parallel in different threads with this annotation. |
| Synchronized | Instead of synchronized methods you can mark these methods as "@Synchronized". |
| TestThread | Mark methods for thread testing with this annotation. |
| ThreadSafe | If a class is developped "tread-safe" you can use this annotation to document it. |
This package contains the annotations for PatternTesting Concurrent.
The annotations in this package can be used to control some
concurrenty. In this case you must include
patterntesting-concurrency-x.x.x.jar as AspectJ library.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||