Interface TMRevitalizerIF

All Known Implementing Classes:
TMRevitalizer

public interface TMRevitalizerIF
INTERNAL: Interface implemented by a class that is able to revitalize objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    INTERNAL: Returns a revitalized version of the given object.
  • Method Details

    • revitalize

      Object revitalize(Object o)
      INTERNAL: Returns a revitalized version of the given object.