質問編集履歴

1

誤字

2018/11/17 04:46

投稿

t4ke
t4ke

スコア18

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  .filter(method -> method.getName().startsWith("get"))
66
66
 
67
- .filter(method -> method.getDeclaredAnnotation(ItemIgnore.class) == null).sorted(sort)
67
+ .filter(method -> method.getDeclaredAnnotation(Item.class) == null).sorted(sort)
68
68
 
69
69
  .collect(Collectors.toList());
70
70