javax.annotation
Annotation Type Nullable


@Documented
@Retention(value=RUNTIME)
@Target(value={PARAMETER,FIELD})
public @interface Nullable

This is a JSR-305 annotation. The presence of this annotation indicates that parameter or field may have null value

Version:
$Id: Nullable.java 16722 2010-04-06 00:29:33Z alexsmirnov $
Author:
asmirnov



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.