final
synchronized
예:
private Object o; public void foo() { synchronized (o) // final이 아닌 필드에서의 동기화 { } }