Package patterntesting.annotation.concurrent

Package class diagram package patterntesting.annotation.concurrent
This package contains the annotations for PatternTesting Concurrent.

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.
 

Package patterntesting.annotation.concurrent Description

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.

Since:
0.8


Copyright © 2002–2014 PatternTesting Team. All rights reserved.