
com.avaje.ebean.annotation.LdapId Maven / Gradle / Ivy
The newest version!
package com.avaje.ebean.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Used to define the ID property.
*
* You can use this or alternatively the JPA Id annotation.
*
*
* @author rbygrave
*/
@Target({ ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME)
public @interface LdapId {
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy