re base code
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / view / MixinTarget.java
index cb44250..64f207f 100644 (file)
@@ -1,10 +1,6 @@
 package org.openecomp.sdc.be.view;
 
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Inherited;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
+import java.lang.annotation.*;
 
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.TYPE)