From f091e094e8dc6f66e76428ab1a3f202e7d6b2910 Mon Sep 17 00:00:00 2001 From: Jordan Zimmerman Date: Mon, 23 Dec 2019 09:38:36 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b82fe03..a965e02 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Note: I've seen some very odd compilation bugs with the current Java 14 and Mave ## Customizing -The names of the generated methods, etc. are determined by `RecordBuilderMetaData`. If you want to use your own meta data instance: +The names of the generated methods, etc. are determined by [RecordBuilderMetaData](https://github.com/Randgalt/record-builder/blob/master/record-builder-core/src/main/java/io/soabase/recordbuilder/core/RecordBuilderMetaData.java). If you want to use your own meta data instance: - Create a class that implements RecordBuilderMetaData - When compiling, make sure that the compiled class is in the processor path