vkuznetsov
hudsonb
@NotNull public final String validate(@Nullable String value) { return value != null ? "test" : null; }