DATAREST-518 - MappingResourceMetadata is now not exported by default.

This commit is contained in:
Oliver Gierke
2015-04-14 21:56:03 +02:00
parent 85ced098c6
commit 3537bbd20b
6 changed files with 56 additions and 9 deletions

View File

@@ -125,6 +125,7 @@ public class AssociationLinksUnitTests {
@RestResource(exported = false) @Reference Property hiddenProperty;
}
@RestResource
public static class Property {
}