Annotation Type ObtainsLockDirectly
- 
 @Documented @Target(METHOD) @Retention(RUNTIME) public @interface ObtainsLockDirectlyThe method that this annotation is attached to will directly synchronized on some lock during its course of execution.
@Documented
@Target(METHOD)
@Retention(RUNTIME)
public @interface ObtainsLockDirectly