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

com.epam.http.annotations.ServiceDomain Maven / Gradle / Ivy

package com.epam.http.annotations;

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 12/19/2016.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.FIELD})
public @interface ServiceDomain {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy