blob: 33767d7c8cff73fb5f8ac2e52de9f10ba1f981a8 [file] [log] [blame]
package com.intellij.remoteServer.agent.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author michael.golubev
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
public @interface ImmediateCall {
}