Interface TagDecorator


  • public interface TagDecorator
    • Method Detail

      • decorate

        Tag decorate​(Tag tag)
        If handled, return a new Tag instance, otherwise return null
        Parameters:
        tag - - a tag to be decorated
        Returns:
        a decorated tag, otherwise return null