NotNull ; public String doSomeWork(@NotNull final String str) { Objects.requireNonNull(str, "Parameter 'str' must not be null"); ...
確定! 回上一頁