Interface TagDecorator


public interface TagDecorator
  • Method Summary

    Modifier and Type
    Method
    Description
    If handled, return a new Tag instance, otherwise return null
  • Method Details

    • 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