package com.safeluck.aaej.app.config; import java.lang.annotation.*; @Target({ ElementType.METHOD,ElementType.TYPE }) @Retention(RetentionPolicy.RUNTIME) @Inherited @Documented public @interface AllowVisitor { }