Currently, it is only possible to add classpath entries at the beginning of the calculation process. However, in order to properly take AccessRule.IgnoreIfBetter into account from all other entries, it is necessary to add entries at the end of the calculation.
Therfore introduce a new method that allows classpath contributors to append additional entries at the end of the calculation process, enabling more accurate handling of access rules.
#1845
Currently, it is only possible to add classpath entries at the beginning of the calculation process. However, in order to properly take AccessRule.IgnoreIfBetter into account from all other entries, it is necessary to add entries at the end of the calculation.
Therfore introduce a new method that allows classpath contributors to append additional entries at the end of the calculation process, enabling more accurate handling of access rules.
#1845