rythm-android.classAnnotations.txt Maven / Gradle / Ivy
@args com.linkedin.data.schema.NamedDataSchema schema
@import java.util.Calendar
@import org.coursera.courier.android.JavadocEscaping
@* Add any scaladoc and deprecated annotations as well as the Generated annotation. *@
@{Map props = schema.getProperties() }
@JavadocEscaping.stringToJavadoc(schema.getDoc(), props)
@if (schema.getProperties().containsKey("deprecated") && !Boolean.FALSE.equals(props)) {@@Deprecated}
@@Generated(value = "@schema.getName()", comments="Courier generated GSON data binding for Android")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy