public abstract class AbstractTraceConcern extends ConcernOf<InvocationHandler> implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
protected TraceService |
traceService |
| Constructor and Description |
|---|
AbstractTraceConcern(Composite thisComposite) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doTrace() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
@Optional @Service protected TraceService traceService
public AbstractTraceConcern(Composite thisComposite)