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 18741 2010-08-18 03:07:27Z alexsmirnov $
Author:
asmirnov



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