Package edu.wpi.first.util.cleanup
-
Interface Summary Interface Description ReflectionCleanup 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. -
Class Summary Class Description CleanupPool An object containing a Stack of AutoCloseable objects that are closed when this object is closed. -
Annotation Types Summary Annotation Type Description SkipCleanup Attribute for telling JVM to skip object cleanup.