co.com.sofka.domain.annotation.Aggregate Maven / Gradle / Ivy
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