blob: ceb44ba75b0635e5ac166db6c8df29731b3bb947 [file] [log] [blame]
import static BeanUtil.A.NOT_NULL;
class BeanUtil {
public static class A {
public static final Object NOT_NULL = null;
}
@NN<caret>
String foo() {
return null;
}
}
@interface NotNull {}