package com.zzwtec.wechat.sdk.aop.annotation; import java.lang.annotation.*; @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Inherited public @interface ZZWMsgController { }