| Package | Description |
|---|---|
| org.aopalliance.intercept |
This package provides a set of interfaces for interception
mechanisms.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstructorInvocation
Description of an invocation to a constuctor, given to an
interceptor upon construtor-call.
|
interface |
FieldAccess
This interface represents a field access in the program.
|
interface |
Invocation
This interface represents an invocation in the program.
|
interface |
MethodInvocation
Description of an invocation to a method, given to an interceptor
upon method-call.
|
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.