apply abstract method

void apply(
  1. Object target,
  2. Object output
)

Applies this annotation to a target class.

target - The class being annotated. output - The builder used to generate output code.

Implementation

void apply(Object target, Object output);