apply method

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

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

Implementation

@override
void apply(TypeDescriptor type, FieldDescriptor field) {}