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

com.progress.xref.EmptyCrossReference Maven / Gradle / Ivy

There is a newer version: 2.29.1
Show newest version
package com.progress.xref;

import com.google.common.collect.ImmutableList;

public class EmptyCrossReference extends CrossReference {
  public EmptyCrossReference() {
    this.source = ImmutableList. of();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy