public abstract @interface

Nullable

implements Annotation
org.eclipse.sisu.Nullable

Class Overview

Marks dependencies that can be null:

 @Inject
 @Nullable
 Component optional;
 

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation