summaryrefslogblamecommitdiff
path: root/test/files/pos/ilya2/Nullable.java
blob: ebbb013d7e70a88efcc55545ec731f15ae7bf296 (plain) (tree)
1
2
3
4
5
6
7






                                                                                                   
import java.lang.annotation.*;

@Retention(RetentionPolicy.CLASS)
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
public @interface Nullable {
  String value() default "";
}