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

org.graylog2.web.AutoValue_ModuleManifest Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
package org.graylog2.web;

import com.fasterxml.jackson.annotation.JsonIgnore;

final class AutoValue_ModuleManifest extends $AutoValue_ModuleManifest {
  AutoValue_ModuleManifest(ModuleFiles files) {
    super(files);
  }

  @JsonIgnore
  public final ModuleFiles getFiles() {
    return files();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy