@Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) @Retention(value=CLASS) @Documented public @interface NonNull
NullPointerException
with the parameter's name as message. If put on a field, any generated method assigning
a value to this field will also produce these null-checks.Copyright © 2024. All rights reserved.