blob: 5a1e5d42e74584d165c97222e73c5586179659aa [file] [log] [blame]
package com.epam.dlab.backendapi.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
public @interface Project {
}