com.es.plus.adapter.interceptor.EsInterceptors Maven / Gradle / Ivy
package com.es.plus.adapter.interceptor;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface EsInterceptors {
InterceptorElement[] value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy