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

chandu0101.macros.tojs.rename.scala Maven / Gradle / Ivy

The newest version!
package chandu0101.macros.tojs

import scala.annotation.StaticAnnotation

/**
 * annotation to provide custom name for fields while converting to json object
 * @param name
 */
class rename(name : String) extends StaticAnnotation

/**
 *  fields with this annotation will be excluded from final json object
 */
class exclude extends StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy