io.crnk.jpa.meta.MetaEmbeddable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crnk-jpa Show documentation
Show all versions of crnk-jpa Show documentation
JSON API framework for Java
package io.crnk.jpa.meta;
import io.crnk.core.resource.annotations.JsonApiResource;
@JsonApiResource(type = "meta/embeddable")
public class MetaEmbeddable extends MetaJpaDataObject {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy