apply abstract method

void apply(
  1. T target,
  2. LibraryBuilder output
)

Receive the annotated declaration as target and modify the output library

Implementation

void apply(T target, LibraryBuilder output);