final
synchronized
示例:
private Object o; public void foo() { synchronized (o) // 在非 final 字段上同步 { } }