APT helper library for annotation processor development: CodegenContext, TypeResolver, AnnotationMirrors, Diagnostics, DaggerModuleWriter, Identifiers
Artifacts using Vertique Codegen Core (29)
Annotation processor that auto-generates Dagger @Module bindings from @Path, @RestClient, @KafkaListener, @KafkaSource, @ServiceContract implementations, and DelayedJobExecutor implementations
Last Release on Sep 10, 2026
compile-testing based harness (ProcessorTestHarness) for testing annotation processors; consumed as test scope by downstream codegen modules
Last Release on Sep 10, 2026
Backend-agnostic Micrometer metrics core: registry provider SPI, composite assembly, and bootstrap contributor
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