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

co.com.sofka.domain.annotation.Aggregate Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package co.com.sofka.domain.annotation;

import java.lang.annotation.*;

/**
 * The interface Aggregate.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface Aggregate {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy