
com.github.rmannibucau.rules.api.file.ExpectedOutput Maven / Gradle / Ivy
The newest version!
package com.github.rmannibucau.rules.api.file;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Target(METHOD)
@Retention(RUNTIME)
public @interface ExpectedOutput {
String path();
String content();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy