You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AnnotatedMethods.java 159B

12345678910
  1. public class AnnotatedMethods {
  2. @SimpleAnnotation(id=1)
  3. public void method1() {
  4. }
  5. @SimpleAnnotation(id=2)
  6. public void method2() {
  7. }
  8. }