org.granite.messaging.annotations
Annotation Type Exclude


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Exclude

The Exclude annotation can be used to prevent a field serialization.

Typical usage:

Author:
Franck WOLFF