Annotation Type SuppressViewNullability


  • @Retention(CLASS)
    @Target(FIELD)
    public @interface SuppressViewNullability
    View can be annotated with @SuppressViewNullability to silence warnings when a view is set to null in a destructor, and created in an initializer.