spring-projects / spring-rewrite-commons

Apache License 2.0
9 stars 11 forks source link

Regiter ParsingListener with RewriteProjectParser #49

Open fabapp2 opened 9 months ago

fabapp2 commented 9 months ago
RewriteProjectParser parser = ...
ParsingEventListener listener = ...
parser.registerParsingListener(listener);

as an alternative to providing a custom ExecutionContext with listeners.