Interface IComplianceScreeningAF


@BusinessFacade(extraPackages="de.aeb.xnsg.foundation.af") public interface IComplianceScreeningAF
"New" business facade for REST.
Normally, it would not be necessary to introduce a new BF for REST, but some peculiarities of the RexAF make it necessary, as our Eclipse Plugin cannot handle it properly currently (e.g. there are methods with more than 1 argument).
Remark, that this BF is annotated with 'BFInternal', so it will not be shown in the list of BF documentations (hence we do not need Javadoc for it). Luckily the BF is still shown in the swagger UI.