Interface CleanUpState

All Superinterfaces:
Runnable

public interface CleanUpState extends Runnable
Marker interface for cleaner states. Implementations should be top-level classes or static nested classes only and must not hold a direct reference to the owner object registered in CleanerRegistry.
  • Method Summary

    Methods inherited from interface java.lang.Runnable

    run