com.github.rkmk.annotations.PrimaryKey Maven / Gradle / Ivy
package com.github.rkmk.annotations;
import java.lang.annotation.*;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface PrimaryKey {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy