package pkg; import lombok.Synchronized; public class ClassWithSynchronized { @Synchronized public void test() { } }