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

javax.persistence.Entity Maven / Gradle / Ivy

The newest version!
package javax.persistence;

import java.lang.annotation.Target;
import java.lang.annotation.Retention;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Target(TYPE)
@Retention(RUNTIME)
public @interface Entity
{
    String name() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy