com.atlassian.jira.util
Annotation Type NotNull


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

The annotated field, method result, parameter or local variable must not be null.



Copyright © 2002-2011 Atlassian. All Rights Reserved.