nl.vpro.berlijn.domain.productmetadata.Person Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-berlijn Show documentation
Show all versions of media-berlijn Show documentation
Json bindings for project berlijn topics consumed by poms
The newest version!
package nl.vpro.berlijn.domain.productmetadata;
public record Person(
String givenName,
String familyName,
Long id // TODO Thesaurus?
) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy