com.vmlens.report.container.Container Maven / Gradle / Ivy
package com.vmlens.report.container;
public interface Container {
/**
* @return value can be null
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy