
com.wavemaker.runtime.data.annotations.EntityService Maven / Gradle / Ivy
package com.wavemaker.runtime.data.annotations;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface EntityService {
String serviceId();
Class entityClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy