public class WakeProfiler extends Object implements Aspect
| Constructor and Description |
|---|
WakeProfiler() |
| Modifier and Type | Method and Description |
|---|---|
Aspect |
createChildAspect() |
<T> T |
inject(ConstructorDef<T> constructorDef,
Constructor<T> constructor,
Object[] args) |
<T> void |
injectionFutureInstantiated(InjectionFuture<T> arg0,
T arg1) |
String |
objectGraphToString() |
public WakeProfiler()
public Aspect createChildAspect()
createChildAspect in interface Aspectpublic <T> T inject(ConstructorDef<T> constructorDef, Constructor<T> constructor, Object[] args) throws InvocationTargetException, IllegalAccessException, IllegalArgumentException, InstantiationException
inject in interface AspectInvocationTargetExceptionIllegalAccessExceptionIllegalArgumentExceptionInstantiationExceptionpublic <T> void injectionFutureInstantiated(InjectionFuture<T> arg0, T arg1)
injectionFutureInstantiated in interface Aspectpublic String objectGraphToString()
Copyright © 2015 The Apache Software Foundation. All rights reserved.