Interface Deconstructable

All Known Subinterfaces:
Provider<T>
All Known Implementing Classes:
AbstractComponent, FreezableComponent, FreezableSimpleComponent

public interface Deconstructable
A component in the component graph that should be deconstructed, to release resources.
Author:
jonmv
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • deconstruct

      void deconstruct()