lombok.core
Class Agent
java.lang.Object
lombok.core.Agent
public abstract class Agent
- extends Object
|
Constructor Summary |
Agent()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Agent
public Agent()
runAgent
protected abstract void runAgent(String agentArgs,
Instrumentation instrumentation,
boolean injected)
throws Exception
- Throws:
Exception
agentmain
public static void agentmain(String agentArgs,
Instrumentation instrumentation)
throws Throwable
- Throws:
Throwable
premain
public static void premain(String agentArgs,
Instrumentation instrumentation)
throws Throwable
- Throws:
Throwable
Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.