Project

General

Profile

Improvement #2145

Updated by Henning Blohm over 1 year ago

Currently when including a java component (include) into another java component (includer), the include may have dependencies that need to be maintained in the includer to make sure the include is effective. With this improvement we introduce a mechanism to have the include list dependencies it wants to impose on the includer. 

 h2. Acceptance Criterias 

 * There is a new Java Component configuration @java.includeReferences@ that are appended to the public or private references of the includer depending on whether it is a public include or private include resp. 
 * This is also respected when using the IDE plugins (to be checked)

Back