All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.wistefan.mapping.annotations.RelationshipObject Maven / Gradle / Ivy

There is a newer version: 1.2.11
Show newest version
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