org.apache.cayenne.util
Annotation Type TreeNodeChild


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface TreeNodeChild

Annotates a public getter for the child property during the tree traversal.

Author:
Andrus Adamchik

Optional Element Summary
 Class type
           
 

type

public abstract Class type
Default:
void.class


Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.