Skip to content

Commit

Permalink
@Cache annotation and processors allowing generate typed cache impl…
Browse files Browse the repository at this point in the history
…ementations (#153)
  • Loading branch information
GoodforGod committed Aug 7, 2023
1 parent 162016f commit 3ec053e
Show file tree
Hide file tree
Showing 186 changed files with 6,214 additions and 5,040 deletions.
7 changes: 2 additions & 5 deletions cache/cache-annotation-processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
dependencies {
implementation project(":common")
implementation project(":cache:cache-common")

implementation project(":annotation-processor-common")
implementation project(":aop:aop-annotation-processor")

implementation libs.javapoet
implementation libs.logback.classic

testImplementation libs.prometheus.collector.caffeine
testImplementation testFixtures(project(":annotation-processor-common"))
testImplementation project(":internal:test-logging")
testImplementation "com.google.testing.compile:compile-testing:0.19"
testImplementation project(":cache:cache-caffeine")
}

apply from: '../../in-test-generated.gradle'

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3ec053e

Please sign in to comment.