jTransfo, 0.10

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.
 

Element Detail

delegates

public abstract Class[] delegates
Classes for the transfer object which contains the references to the real domain objects.


jTransfo, 0.10

Copyright © 2013. All rights reserved.