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

org.sql.assistant.common.annotation.MultiEntity Maven / Gradle / Ivy

The newest version!
package org.sql.assistant.common.annotation;

import java.lang.annotation.*;

/**
 * @author menfre
 */
@Documented
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface MultiEntity {
    String[] tables();

    String[] alias();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy