@Documented @Target(value=TYPE) @Retention(value=SOURCE) public @interface ThreadSafe
Note: This annotation serves the same purpose than the Java Concurrency in Practice annotation, except that its used only at the source level instead of having runtime retention. This annotation is used exclusively for SIS documentation purpose and may be removed in any future SIS version.
Defined in the sis-utility module
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.