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

com.wavemaker.runtime.data.annotations.EntityService Maven / Gradle / Ivy

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