Sign.java 251 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 package com.xkl.authorization.annotation; import java.lang.annotation.*; /** * Created by win7 on 2016/11/20. * 检查不同平台的签名 */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface Sign { }