package com.xcong.excoin.common.annotations; import java.lang.annotation.*; /** * * @author helius */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface SubmitRepeat { }