Skip to content

Instantly share code, notes, and snippets.

@ipv4sec
Created June 7, 2018 02:37
Show Gist options
  • Select an option

  • Save ipv4sec/c7109d020e645d88b01b37f0bbcd0e20 to your computer and use it in GitHub Desktop.

Select an option

Save ipv4sec/c7109d020e645d88b01b37f0bbcd0e20 to your computer and use it in GitHub Desktop.
注解
@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