com.jamasoftware.contour.domain.annotation
Annotation Type DomainDependencyId


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

Used to declare that an Integer field is actually a dependency id on a DomainObjectBase. You must provide the class that the id points to. The existence of this annotation will an appropriate DomainObjectLink when building the DomainObjectGraph


Required Element Summary
 java.lang.Class<? extends DomainObjectBase> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends DomainObjectBase> value


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.