![JAR search and dependency download from the Maven repository](/logo.png)
com.jdiai.jswraper.interfaces.SetValue Maven / Gradle / Ivy
package com.jdiai.jswraper.interfaces;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by Roman Iovlev on 25.08.2021
* Email: [email protected]; Skype: roman.iovlev
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.FIELD})
public @interface SetValue {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy