[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / vendor-software-products-rest / vendor-software-products-rest-types / src / main / java / org / openecomp / sdcrests / vendorsoftwareproducts / types / validation / IsValidJson.java
index 7a9ec50..5109002 100644 (file)
@@ -20,6 +20,9 @@
 
 package org.openecomp.sdcrests.vendorsoftwareproducts.types.validation;
 
+/**
+ * @since July 13, 2016
+ */
 
 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
 import static java.lang.annotation.ElementType.CONSTRUCTOR;
@@ -30,15 +33,12 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
 
 import org.openecomp.sdcrests.common.RestConstants;
 
-
 import java.lang.annotation.Documented;
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
-
 import javax.validation.Constraint;
 import javax.validation.Payload;
 
-
 /**
  * The interface Is valid json.
  */