Created
May 30, 2020 14:59
-
-
Save Randgalt/565512a0e55890473dc60d4fba51f44a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Auto generated by io.soabase.recordbuilder.core.RecordBuilder: https://github.com/Randgalt/record-builder | |
package io.soabase.recordbuilder.test; | |
import io.soabase.recordbuilder.core.RecordBuilder; | |
import javax.annotation.processing.Generated; | |
@Generated("io.soabase.recordbuilder.core.RecordInterface") | |
@RecordBuilder | |
public record PersonRecord(String name, int age) implements Person {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment