Annotation Interface CGV19Component


@Retention(RUNTIME) @Target(TYPE) public @interface CGV19Component
A class annotated with this annotation can hold several methods which are annotated with CGV19Generator or CGV19Transformation, and each such method will be treated as a Generator or Transformation. This makes implementation for small cartridges easier and different aspects can be grouped together in one class.