ch.elca.el4j.util.concurrency
Annotation Type GuardedBy


@Documented
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface GuardedBy

The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.

File-location:
code> : For inner classes, it may be necessary to disambiguate
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2005-2011 ELCA. All Rights Reserved.