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

org.graylog2.lookup.caches.AutoValue_NullCache_Config Maven / Gradle / Ivy

package org.graylog2.lookup.caches;

import com.fasterxml.jackson.annotation.JsonIgnore;
import java.lang.String;

final class AutoValue_NullCache_Config extends $AutoValue_NullCache_Config {
  AutoValue_NullCache_Config(String type) {
    super(type);
  }

  @JsonIgnore
  public final String getType() {
    return type();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy