blob: 47a4b15ed6ec9f7050ac519fd18cecabef6ac2a4 [file] [log] [blame]
package org.jclouds.javax.annotation.concurrent;
@java.lang.annotation.Documented
@java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS)
public @interface NotThreadSafe {
}