Recurse

caseapp.Recurse
See theRecurse companion object
final case class Recurse(prefix: String) extends StaticAnnotation

Don't parse the annotated field as a single argument. Recurse on its fields instead.

Optionally, add a prefix to all the names of the fields.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this()

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product