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

vuegwt.shaded.org.junit.internal.management.RuntimeMXBean Maven / Gradle / Ivy

The newest version!
package org.junit.internal.management;

import java.util.List;

/**
 * Wrapper for {@link java.lang.management.RuntimeMXBean}.
 */
public interface RuntimeMXBean {

  /**
   * @see java.lang.management.RuntimeMXBean#getInputArguments()
   */
  List getInputArguments();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy