![JAR search and dependency download from the Maven repository](/logo.png)
com.redhat.lightblue.generator.AnnotationUuidMirror Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lightblue-java-generator-lib Show documentation
Show all versions of lightblue-java-generator-lib Show documentation
lightblue Java Generator Library
package com.redhat.lightblue.generator;
public class AnnotationUuidMirror implements UuidMirror {
private final Uuid uuid;
public AnnotationUuidMirror(Uuid uuid) {
this.uuid = uuid;
}
@Override
public boolean isOverwrite() {
return uuid.overwrite();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy