org.jtransfo
Annotation Type DomainClassDelegate
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface DomainClassDelegate
Annotation to specify the real transfer objects and their links to domain classes. This can be applied on an
abstract base transfer object.
|
Required Element Summary |
Class[] |
delegates
Classes for the transfer object which contains the references to the real domain objects. |
delegates
public abstract Class[] delegates
- Classes for the transfer object which contains the references to the real domain objects.
Copyright © 2013. All rights reserved.