org.tynamo.descriptor.annotation
Annotation Type ClassDescriptor


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
@UseWith(value=BEAN)
public @interface ClassDescriptor


Optional Element Summary
 boolean hasCyclicRelationships
           
 boolean nonVisual
           
 

nonVisual

public abstract boolean nonVisual
Default:
false

hasCyclicRelationships

public abstract boolean hasCyclicRelationships
Default:
false


Copyright © 2004-2010. All Rights Reserved.