Skip to content
Permalink
Browse files
endpoints - Provided test reproducing issue on annotation processing …
…error when using a parameterized class in annotations value
  • Loading branch information
fcamblor committed Feb 10, 2018
1 parent 0e201fd commit b717a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -16,6 +16,7 @@
// Complex types
String aString();
Class aClass();
Class<? extends Number> aParameterizedTypeClass();
MyEnum anEnum();

// Another annotation
@@ -73,6 +73,7 @@ public String deleteHello(String who) {
// Complex types
aString="AAA{\\\"'$AA",
aClass=CoreResource.class,
aParameterizedTypeClass=Long.class,
anEnum=MyEnum.A,

// Another annotation

0 comments on commit b717a76

Please sign in to comment.