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

com.intellij.idea.RecordExecution Maven / Gradle / Ivy

Go to download

A packaging of the IntelliJ Community Edition testFramework library. This is release number 1 of trunk branch 142.

The newest version!
package com.intellij.idea;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @author yole
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface RecordExecution {
  String[] includePackages();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy