@MethodAnnotation1 @Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE}) @Retention(RetentionPolicy.RUNTIME)
@MethodAnnotation1 public void methodWithLocalAnnotation() { }
@MethodAnnotation1 public List<T> getListProperty() { return null; }
@MethodAnnotation1 public Map<List<Integer>, List<Long>> getProperty() { return property; }