io.mosip.kernel.websub.api.annotation.Generated Maven / Gradle / Ivy
package io.mosip.kernel.websub.api.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;
/*This annotation is just for removing failed content pull from coverage which is a
deprecated method*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
public @interface Generated {
}