SimpleTagProvider.configureTagType is deprecated

Hi everyone,
trying to develop a tag provider of my own, starting from the simple-tag-provider example, I stumbled upon Eclipse saying that SimpleTagProvider#configureTagType is deprecated:

Is that true or is Eclipse annotation misleading? If it is true, where can I find documentation about the new way to go?

Thanks in advance, regards

It looks like the idea is that 2 of 3 overloads are deprecated and you should use the one that takes a TagConfiguration object.

Ok Kevin, but the two remaining overloads have less Information to configure the tag type.

I think most of the functionality should be easily accessible if you build the TagConfiguration object using a TagConfigurationBuilder.

Documentation is a bit sparseā€¦