@Internal public final class FindBugsRemapper extends java.lang.Object implements AnnotationRemapper
| Constructor and Description | 
|---|
| FindBugsRemapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getPackageName() | 
| java.util.List<AnnotationValue<?>> | remap(AnnotationValue<?> annotation,
     VisitorContext visitorContext)The map method will be called for each instances of the annotation returned via this method. | 
@NonNull public java.lang.String getPackageName()
getPackageName in interface AnnotationRemapper@NonNull public java.util.List<AnnotationValue<?>> remap(AnnotationValue<?> annotation, VisitorContext visitorContext)
AnnotationRemapperremap in interface AnnotationRemapperannotation - The annotation valuesvisitorContext - The context that is being visited