| Class | Description |
|---|---|
| Bomb<T> |
The bomb holds a list of matching expression that works as a bomb
detonator, if the proxies object matches with any of the given detonator,
will raise a
BombException. |
| BombMethodInterceptor |
Intercept methods that matches with the given list of expressions.
|
| Proxy |
Proxy helper that isolates the Proxy generation.
|
| Exception | Description |
|---|---|
| BombException |
Bomb if a method matches with the expression within a
Bomb. |
Copyright © 2016 waabox.org. All rights reserved.