apply method

void apply(
  1. TypeDescriptor type,
  2. FieldDescriptor field
)

callback executed by the type infrastructure type the TypeDescriptor of the annotated class method the FieldDescriptor of the annotated field

Implementation

void apply(TypeDescriptor type, FieldDescriptor field){}