Reflection Java Book

boolean isBridge()
Returns true if this method is a bridge method; returns false otherwise.
boolean isSynthetic()
Returns true if this method is a synthetic method; returns false otherwise.
boolean isVarArgs()
Returns true if this method was declared to take a variable number of arguments; returns false otherwise.