Closed LexManos closed 1 year ago
It would be nice to pull out INameMappingService, and a way to look one up for a specific naming target (Environment.findNameMapping(target)) into the API jar. So that things like AccessTransformer don't have to have a hard dep on the non-api jar.
Environment.findNameMapping(target)
This seems like an oversight on my part..
It would be nice to pull out INameMappingService, and a way to look one up for a specific naming target (
Environment.findNameMapping(target)
) into the API jar. So that things like AccessTransformer don't have to have a hard dep on the non-api jar.