isConditionMethod

fun isConditionMethod(method: Method, agentClass: Class<*>): Boolean

Returns true, if the given method is

  • annotated with Condition and

  • declared in the given agent class, or in its super type.