edu.stanford.protege.webprotege.criteria.AutoValue_AnyAnnotationSetCriteria Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webprotege-criteria Show documentation
Show all versions of webprotege-criteria Show documentation
Data structures for representing matching criteria
package edu.stanford.protege.webprotege.criteria;
import javax.annotation.processing.Generated;
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_AnyAnnotationSetCriteria extends AnyAnnotationSetCriteria {
AutoValue_AnyAnnotationSetCriteria() {
}
@Override
public String toString() {
return "AnyAnnotationSetCriteria{"
+ "}";
}
@Override
public boolean equals(Object o) {
if (o == this) {
return true;
}
if (o instanceof AnyAnnotationSetCriteria) {
return true;
}
return false;
}
@Override
public int hashCode() {
int h$ = 1;
return h$;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy