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

com.redhat.lightblue.generator.AnnotationCurrentTimeMirror Maven / Gradle / Ivy

There is a newer version: 0.1.9
Show newest version
package com.redhat.lightblue.generator;

public class AnnotationCurrentTimeMirror implements CurrentTimeMirror {
  private final CurrentTime currentTime;

  public AnnotationCurrentTimeMirror(CurrentTime currentTime) {
    this.currentTime = currentTime;
  }

  @Override
  public boolean isOverwrite() {
    return currentTime.overwrite();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy