Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.api.annotations
Annotation Type AlwaysQualify


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AlwaysQualify

A Marshaller which is annotated with this will always be fully qualified with it's reported type on the wire. No inference will be used. This may be needed if you have a parent marshaller, and child marshallers for edge-case implementations.

Author:
Mike Brock


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.