jline.internal
Annotation Type Nullable


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

Marker for reference which can be a null value.

Since:
2.7

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2013. All Rights Reserved.