Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @Target(ElementType.METHOD)
  2. @Retention(RetentionPolicy.RUNTIME)
  3. @Documented
  4. @Inherited
  5. public @interface MethodInfo {
  6. String author() default "Igor Brishkoski";
  7. int revision() default 1;
  8. String comments();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement