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

com.codacy.scoobydoo.WaitForAnalysis Maven / Gradle / Ivy

There is a newer version: 3.30.0
Show newest version
package com.codacy.scoobydoo;

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

import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

// Overwrites the default number of retries to, in principle, a smaller specified number.
@Retention(RUNTIME)
@Target({METHOD})
public @interface WaitForAnalysis {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy