lv.ctco.cukesrest.internal.context.InflateContext Maven / Gradle / Ivy
The newest version!
package lv.ctco.cukesrest.internal.context;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface InflateContext {
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
@interface Ignore {}
}