patterntesting.annotation.concurrent
Annotation Type ForceThreadSafeCollection


@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR,TYPE})
public @interface ForceThreadSafeCollection

With this annotation you can mark classes and methods which sould use thread-safe collection classes (i.e. sychnronized collections) only.

Since:
07.10.2008
Version:
$Revision: 1.1 $
Author:
oliver



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