Module brave

Annotation Type Nullable


  • @Documented
    @Retention(RUNTIME)
    public @interface Nullable
    Libraries such as Guice and AutoValue will process any annotation named Nullable. This avoids a dependency on one of the many jsr305 jars, causes problems in OSGi and Java 9 projects (where a project is also using jax-ws).