@Retention(value=RUNTIME)
public @interface TreeProp
A prop passed silently down from a Spec's parents. The parent should set the prop in a OnCreateTreeProp method. Both the name and type of a child's TreeProp should match exactly to
what is set in the parent.