Package org.wildfly.common.annotation
Annotation Type Nullable
-
@Retention(CLASS) @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) @Documented public @interface Nullable
An advisory annotation indicating that the given variable, method, or parameter is nullable.- Author:
- David M. Lloyd