io.katharsis.resource.annotations.JsonApiToOne Maven / Gradle / Ivy
package io.katharsis.resource.annotations;
import java.lang.annotation.*;
/**
* Indicates an association to single value which need to be handled by a separate repository.
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.METHOD})
public @interface JsonApiToOne {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy