Skip to content

Instantly share code, notes, and snippets.

@igor-brishkoski
Created January 24, 2017 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igor-brishkoski/1760c6a7f4cf7bbc93e2a895b68e54a7 to your computer and use it in GitHub Desktop.
Save igor-brishkoski/1760c6a7f4cf7bbc93e2a895b68e54a7 to your computer and use it in GitHub Desktop.
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface MethodInfo {
String author() default "Igor Brishkoski";
int revision() default 1;
String comments();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment