Commit 47ba83f2 authored by Dmitry Neverov's avatar Dmitry Neverov
Browse files

Allow to mark test super class as @Bombed

parent e88065cf
Showing with 2 additions and 4 deletions
+2 -4
......@@ -5,13 +5,11 @@ package com.intellij.idea;
import org.intellij.lang.annotations.JdkConstants;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
@Inherited
public @interface Bombed {
int year() default 2018;
@JdkConstants.CalendarMonth int month();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment