I have googled couple of times but still can\'t understand the supertype method. Can anyone please explain what is this?
In java every thing are object and a method is also a object of class java.lang.reflect.Method So the super type of method can be consider as the super class of java.lang.reflect.Method that is the AccessibleObject.
java.lang.reflect.Method
AccessibleObject