net.anzix.agent.TestMain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timestamper Show documentation
Show all versions of timestamper Show documentation
Modify output (with javaagent and maven extension) to prefix with timestamp
The newest version!
package net.anzix.agent;
/**
* Simple main class to test the agent.
*
* @author elek
*
*/
public class TestMain {
public static void main(String[] args) {
System.out.println("Hello world");
}
}