Gennady Verdel
Gennady Verdel
An exception is thrown 
Sometimes the aspect's implementation should remain the same yet new conditions should be met before it's invoked. In this case these conditions can be wrapped into aspects and added to...
Sometimes the base aspect implementation which is supplied by the framework is not enough. The `BootstrapperBase` contains this default implementation which can be replaced by specifying the same id (similar...
There may be cases where aspects will have the same id for various reasons. In this case the following strategy should be employed: 1. Group the aspects with the same...