Update the aai-common with the latest code
[aai/aai-common.git] / aai-annotations / src / test / java / org / openecomp / aai / annotations / AnnotationsTest.java
1 package org.openecomp.aai.annotations;
2
3 import org.openecomp.aai.annotations.Metadata;
4
5 public class AnnotationsTest {
6
7         public AnnotationsTest() {
8         }
9
10         @Metadata(isKey=false,
11         description="",
12         nameProps="",
13         indexedProps="",
14         dependentOn="",
15         container="",
16         namespace="",
17         defaultValue="",
18         searchable="",
19         uniqueProps="",
20         extendsFrom="",
21         isAbstract="",
22         alternateKeys1="",
23         maximumDepth="",
24         crossEntityReference="")
25         public void testAnnotation() {
26         }
27 }