com.sun.istack
Annotation Type NotNull


@Documented
@Retention(value=CLASS)
@Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
public @interface NotNull

Designates that a field, return value, argument, or a variable is guaranteed to be non-null.

Author:
Kohsuke Kawaguchi



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.