Catalog alignment
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / view / MixinTarget.java
index 77aae4f..823a6f7 100644 (file)
 
 package org.openecomp.sdc.be.view;
 
-import java.lang.annotation.*;
+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;
 
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.TYPE)