Added test which checks reading external annotations in old and new formats.

This commit is contained in:
Evgeny Gerashchenko
2012-08-03 18:05:16 +04:00
parent 8e212e2b53
commit a7090ac62d
3 changed files with 43 additions and 3 deletions
@@ -0,0 +1,9 @@
package persistence;
import java.util.*;
class Test {
String <T> getString(Map.Entry<T, T> entry) {
return null;
}
}