Package edu.wpi.first.util.cleanup


package edu.wpi.first.util.cleanup
  • Class
    Description
    An object containing a Stack of AutoCloseable objects that are closed when this object is closed.
    Implement this interface to have access to a `reflectionCleanup` method that can be called from your `close` method, that will use reflection to find all `AutoCloseable` instance members and close them.
    Attribute for telling JVM to skip object cleanup.