* found, accumulate any additional comments up to the stop condition.
* The stop condition is reaching a package declaration, import container,
* or the end of the input.
*/
IScanner scanner = ctx.getScanner();
scanner.resetTo(start, end);
int headerStart = -1;
int headerEnd = -1;
try {
boolean foundComment = false;