Annotation Interface DtpSignature


public @interface DtpSignature
The annotation that indicate the method signature.
从以下版本开始:
1.1.4
作者:
windsearcher.lq
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    Class<?>[]
    Method argument types.
    Target class type.
    Method name.
  • 元素详细资料

    • clazz

      Class<?> clazz
      Target class type.
      返回:
      class type
    • method

      String method
      Method name.
      返回:
      method name
    • args

      Class<?>[] args
      Method argument types.
      返回:
      method argument types