All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.imap.utils.NilMarker Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package com.hubspot.imap.utils;

/**
 * Utility class to mark when a NIL object has been found in a response.
 * This could be a string or array, but it is not possible to tell without context.
 */
public class NilMarker {

  public static final NilMarker INSTANCE = new NilMarker();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy