Add annotation processor to generate converter for VKey (#566)

This commit is contained in:
Shicong Huang 2020-04-29 17:29:05 -04:00 committed by GitHub
parent c361c9e601
commit 19bc1c9c9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 695 additions and 51 deletions

View file

@ -0,0 +1,12 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:28.2-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.3
com.squareup:javapoet:1.12.1
javax.persistence:javax.persistence-api:2.2
org.checkerframework:checker-qual:2.10.0