public interface PackageRenameRemapper extends AnnotationRemapper
AnnotationRemapper that simply renames packages retaining the original simple class
 names as is.| Modifier and Type | Method and Description | 
|---|---|
| String | getTargetPackage() | 
| default List<AnnotationValue<?>> | remap(AnnotationValue<?> annotation,
     VisitorContext visitorContext)The map method will be called for each instances of the annotation returned via this method. | 
getPackageNamedefault List<AnnotationValue<?>> remap(AnnotationValue<?> annotation, VisitorContext visitorContext)
AnnotationRemapperremap in interface AnnotationRemapperannotation - The annotation valuesvisitorContext - The context that is being visited