istack common utility code 2.6.1-redhat-2

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


istack common utility code 2.6.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.