Annotation Type Synchronized


@Retention(RUNTIME) @Target(METHOD) public @interface Synchronized
Makes a method thread-safe by wrapping calls to it in a mutex lock and release.