org.granite.messaging.annotations
Annotation Type Include


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Include

The Include annotation can be used to include a property with no corresponding Java field and which content has to be retrieved from a getter.

Typical usage:

Author:
Franck WOLFF