E - the type of object to interceptpublic interface Interceptor<E>
| Modifier and Type | Method and Description |
|---|---|
E |
intercept(E input)
Interception method invoked by MetaModel when the intercepted object is
being activated.
|
E intercept(E input)
input - the intercepted objectCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.