![JAR search and dependency download from the Maven repository](/logo.png)
io.github.wistefan.mapping.annotations.RelationshipObject Maven / Gradle / Ivy
package io.github.wistefan.mapping.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Indicates that the method should be used to retrieve the object to be set in a relationship.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface RelationshipObject {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy