Annotation Interface Conclude


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface Conclude
Conclude the processing of one resource. The @Conclude method will be called for each object that has been on the stack during the processing of the resource in the order they have (first) been on the stack.