Project

General

Profile

Feature #11274

Updated by Evgeny Novikov over 2 years ago

This description should help newcomers to start using CIF. Use cases can include: 

 * Some standard examples of extracting cross-cutting concerns, e.g. logging, into aspects. 
 * Some code queries. 
 * You can refer https://klever.readthedocs.io/en/latest/dev_common_api_models.html and https://klever.readthedocs.io/en/latest/dev_req_specs.html as good, but quite complicated examples. 

 Current vital limitations include at least: 

 * A compiler incompatible CLI (#6829). 
 * Inability to develop multiple advices for the same join point. 
 * Incomplete support of specific C syntax, especially, new standards and specific extensions.

Back