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

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 {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy