public class RemoveDuplicateImports
extends java.lang.Object
All of the rules will add any required imports when adding
an annotation. This may result in duplicate imports and will
result in unsorted imports. Here we remove duplicates and
sort all remaining imports.
This should run AFTER all rules that potentially add imports.