false
or if the {@link #isRuntime()} methodreturns false
, no runtime check (i.e. no. {@link #matches(java.lang.reflect.Method,Class,Object[])} call) will be made.
@param method the candidate method
@param targetClass the target class (may be null
, in which casethe candidate class must be taken to be the method's declaring class)
@return whether or not this method matches statically
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|