patterntesting.annotation.concurrent
Annotation Type ThreadSafe


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ThreadSafe

If a class is developped "tread-safe" you can use this annotation to document it. This annotation is only for documentation - there is no aspect available which uses it.

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



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