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


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExternalizedBean

Author:
Franck WOLFF

Required Element Summary
 Class<? extends Externalizer> type
          Set the Externalizer class to be used when externalizing the bean annotated by this annotation.
 

Element Detail

type

public abstract Class<? extends Externalizer> type
Set the Externalizer class to be used when externalizing the bean annotated by this annotation.

Returns:
the Externalizer class to be used.