9 package javolution.lang;
11 import java.lang.annotation.Documented;
12 import java.lang.annotation.ElementType;
13 import java.lang.annotation.Inherited;
14 import java.lang.annotation.Retention;
15 import java.lang.annotation.RetentionPolicy;
16 import java.lang.annotation.Target;
53 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD })
54 @Retention(RetentionPolicy.RUNTIME)
71 boolean mutexFree() default true;
76 String comment() default "";