Interface PackageRenameRemapper

    • Method Detail

      • getTargetPackage

        @NonNull
        java.lang.String getTargetPackage()
        Returns:
        The target package name.
      • remap

        default java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> remap​(io.micronaut.core.annotation.AnnotationValue<?> annotation,
                                                                                      VisitorContext visitorContext)
        Description copied from interface: AnnotationRemapper
        The map method will be called for each instances of the annotation returned via this method.
        Specified by:
        remap in interface AnnotationRemapper
        Parameters:
        annotation - The annotation values
        visitorContext - The context that is being visited
        Returns:
        A list of zero or many annotations and values to map to