org.granite.messaging.amf.io.util.externalizer.annotation
Annotation Type IgnoredProperty


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

Tells the generator and externalizers to ignore a specific property of a bean. This annotation may only be used on class fields.

Sample usage: @IgnoredProperty private String ignored;

Author:
Franck WOLFF