01: package tide.annotations; 02: 03: import java.lang.annotation.*; 04: 05: /** 06: */ 07: @Retention(RetentionPolicy.SOURCE) 08: @Target(ElementType.METHOD) 09: public @interface NonRecurse { 10: }