Project

General

Profile

Improvement #2145

Updated by Henning Blohm about 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 enhance the include introduce a mechanism to have an includees public references added the include list dependencies it wants to impose on the private or public references of the including component for public or private inclusion respectively. includer. 

 h2. Acceptance Criterias 

 * Given There is a public include of an includee component, the includee component's public references new Java Component configuration @java.includeReferences@ that are added appended to the including java component's public or private references during of the component make. 
 * Given includer depending on whether it is a public include or private include of an includee component, resp. 
 * This is also respected when using the includee component's public references are added to the including java component's private references during the component make. 
 IDE plugins (to be checked)

Back