
com.github.rmannibucau.rules.api.file.CreateFile 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 CreateFile {
String path();
String content();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy