In Aspect Oriented Programming terms, a FieldConduit allows you to advise read and write access to the field.
If a field has both a FieldConduit and a {@link FieldHandle}, then the methods of the FieldHandle will be connected to the methods of the FieldConduit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|