TreeProp

annotation class TreeProp

A prop passed silently down from a Spec's parents. The parent should set the prop in a method. Both the name and type of a child's TreeProp should match exactly to what is set in the parent.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String