[SLC] fix testData dir name
This commit is contained in:
committed by
Space Team
parent
1371216207
commit
feff03894f
@@ -0,0 +1,13 @@
|
||||
package org.jetbrains.annotations;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.CLASS)
|
||||
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
|
||||
public @interface NotNull {
|
||||
String value() default "";
|
||||
|
||||
Class<? extends Exception> exception() default Exception.class;
|
||||
}
|
||||
Reference in New Issue
Block a user