| Package | Description |
|---|---|
| org.aopalliance.intercept |
This package provides a set of interfaces for interception
mechanisms.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
FieldInterceptor.get(FieldAccess fieldRead)
Do the stuff you want to do before and after the
field is getted.
|
Object |
FieldInterceptor.set(FieldAccess fieldWrite)
Do the stuff you want to do before and after the
field is setted.
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.