@Internal public final class FindBugsRemapper extends Object implements AnnotationRemapper
Constructor and Description |
---|
FindBugsRemapper() |
Modifier and Type | Method and Description |
---|---|
String |
getPackageName() |
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 String getPackageName()
getPackageName
in interface AnnotationRemapper
@NonNull public List<AnnotationValue<?>> remap(AnnotationValue<?> annotation, VisitorContext visitorContext)
AnnotationRemapper
remap
in interface AnnotationRemapper
annotation
- The annotation valuesvisitorContext
- The context that is being visited