I have several classes that implement some interface. The interface has a contract, that some methods should be synchronized, and some should not, and I want to verify that
Using reflection, get the method's Method object, and invoke toString() on it. The "synchronized" keyword should appear in toString()'s output.