apply method

void apply(
  1. TypeDescriptor type,
  2. MethodDescriptor method
)

callback executed by the type infrastructure type the TypeDescriptor of the annotated class method the MethodDescriptor of the annotated method

Implementation

void apply(TypeDescriptor type, MethodDescriptor method){}