compile-testing based harness (ProcessorTestHarness) for testing annotation processors; consumed as test scope by downstream codegen modules

Artifacts using Vertique Codegen Test (13)
Sort by:Popular

Annotation processor that auto-generates Dagger @Module bindings from @Path, @RestClient, @KafkaListener, @KafkaSource, @ServiceContract implementations, and DelayedJobExecutor implementations
Last Release on Sep 10, 2026
Annotation processor that generates reflection-free {Bean}$AopProxy subclass proxies for beans with @Aspect-annotated methods, substituting the proxy via a generated Dagger @Binds
Last Release on Sep 10, 2026
Annotation processor that generates a VertiqueComponentFactory implementation and its META-INF/services registration from a @VertiqueApp-annotated Dagger @Component, so a standalone application writes neither the factory nor the ...
Last Release on Sep 10, 2026
Annotation processor that validates @CronJob annotations at compile time: cron expression syntax, @ServiceContract participation, @ServiceOperation requirement on the matched contract method, and policy bounds. Pure validation — no code generation.
Last Release on Sep 10, 2026
Annotation processor that generates static {Contract}_DelayedJobProxy classes and a GeneratedDelayedJobClientsModule for @DelayedJobContract interfaces, replacing the per-call JDK dynamic proxy and the hand-written client bindings, plus ...
Last Release on Sep 10, 2026
Annotation processor that builds the event-type inventory ((distinct @Observes T parameter types) ∪ (distinct constructor-injected Event<T> type arguments, unwrapping Provider/Lazy)) and generates a concrete X$Event extends Event<X> publisher plus a ...
Last Release on Sep 10, 2026
Annotation processor (CG-009) that validates JAX-RS resource classes at compile time: security-annotation conflicts, path-placeholder/PathParam alignment, body/form exclusivity, and multiple-HTTP-verb guardrail. Pure validation — no ...
Last Release on Sep 10, 2026
Annotation processor that generates {Consumer}_BindingMeta companions with precomputed Kafka consumer binding metadata, letting KafkaConsumerRegistrar skip boot-time reflective scanning, plus compile-time consumer-shape validation
Last Release on Sep 10, 2026
Annotation processor that generates static proxy classes and BeanParamAccessor implementations for @RestClient interfaces, eliminating per-call reflection on the hot path
Last Release on Sep 10, 2026
Annotation processor (CG-008) that generates {DTO}_InputProcessor walkers for REST request body DTOs annotated with @Sanitize/@Canonicalize, replacing the reflective Map traversal of the neutral input processor ...
Last Release on Sep 10, 2026