Annotation Type CleanupObligation


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface CleanupObligation
    Mark a class or interface as a resource type requiring cleanup.
    Author:
    David Hovemeyer