| Package | Description |
|---|---|
| org.aopalliance.intercept |
This package provides a set of interfaces for interception
mechanisms.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstructorInterceptor
Intercepts the construction of a new object.
|
interface |
FieldInterceptor
Intercepts field access on a target object.
|
interface |
Interceptor
This interface represents a generic interceptor.
|
interface |
MethodInterceptor
Intercepts calls on an interface on its way to the target.
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.