public interface ObjectBuilderInspector
An inspector called each time a builder produced by ObjectBuilderFactory
builds on a object to give
a chance to modify the object before it gets returned.
Modifier and Type | Method and Description |
---|---|
<T> T |
inspect(T object)
Inspects a built object.
|
Copyright © 2012-2015. All Rights Reserved.