org.flyte.jflyte.api.AutoValue_Manifest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jflyte-api Show documentation
Show all versions of jflyte-api Show documentation
Makes possible to extends jFlyte with Filesystems and id token source
package org.flyte.jflyte.api;
import javax.annotation.processing.Generated;
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Manifest extends Manifest {
AutoValue_Manifest() {
}
@Override
public String toString() {
return "Manifest{"
+ "}";
}
@Override
public boolean equals(Object o) {
if (o == this) {
return true;
}
if (o instanceof Manifest) {
return true;
}
return false;
}
@Override
public int hashCode() {
int h$ = 1;
return h$;
}
}