Created
June 7, 2018 02:37
-
-
Save ipv4sec/c7109d020e645d88b01b37f0bbcd0e20 to your computer and use it in GitHub Desktop.
注解
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Retention(RetentionPolicy.RUNTIME) | |
| @Target({ | |
| ElementType.METHOD | |
| }) | |
| public @interface DS { | |
| String value() default "M"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment