Update README.md

This commit is contained in:
Jordan Zimmerman
2019-12-23 09:38:36 -05:00
committed by GitHub
parent 72c9332b89
commit f091e094e8

View File

@@ -178,7 +178,7 @@ Note: I've seen some very odd compilation bugs with the current Java 14 and Mave
## Customizing ## 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 - Create a class that implements RecordBuilderMetaData
- When compiling, make sure that the compiled class is in the processor path - When compiling, make sure that the compiled class is in the processor path