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

com.github.tlrx.elasticsearch.test.annotations.ElasticsearchIndexes Maven / Gradle / Ivy

/**
 *
 */
package com.github.tlrx.elasticsearch.test.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * ElasticsearchIndexes Annotation
 * 

* This annotation is used to define multiple {@link ElasticsearchIndex} * * @author tlrx */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface ElasticsearchIndexes { /** * Indexes */ ElasticsearchIndex[] indexes() default {}; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy