• This project
    • Loading...
  • Sign in

fangyeqing / xkl-interface · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • xkl-interface
  • ..
  • annotation
  • Sign.java
  • ADD:add SignCheckAspect
    113294eb
    by fangyeqing
    2016-11-20 21:47:46 +0800  
    Browse Files
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 {
}