Annotation Type Nullable


  • @Retention(RUNTIME)
    public @interface Nullable
    This annotation is not intended to be used to do null analysis. The only purpose is to allow Google Guice to inject @Inject(optional=true) places with null instances.
    Since:
    2.12