org.jclouds.concurrent
Annotation Type SingleThreaded


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SingleThreaded

designates that the object must not exist in an environment that spawns threads.

Author:
Adrian Cole



Copyright © 2009-2012 jclouds. All Rights Reserved.