package com.xxx.zzz.aall.javaxlll.annotationlll;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;


@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface WillCloseWhenClosed {

}
