All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.class_impls_clear.ssp Maven / Gradle / Ivy

The newest version!
<%
  // Copyright 2013 Foursquare Labs Inc. All Rights Reserved.

  import com.foursquare.spindle.codegen.runtime.StructLike
%>
<%@ val cls: StructLike %>
  override def clear() {
#for (field <- cls.fields)
    ${field.name}Unset()
#end
  unknownFields = Nil
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy