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

com.appland.appmap.transform.ClassReference Maven / Gradle / Ivy

The newest version!
package com.appland.appmap.transform;

/**
* This static class builds a package string and prevents it from being relocated.
*/
class ClassReference {
  public static String create(String... className) {
    return String.join(".", className);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy