Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.client.api.annotations
Annotation Type Portable


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

Indicates that instances of the annotated class are eligible to be serialized and sent over the wire between server and clients.

Since:
Errai 2.0
Author:
Mike Brock

Optional Element Summary
 Class<?> aliasOf
          Indicate that the annotated class should be treated as an alias of an existing marshalling mapping, and should not be directly mapped itself.
 

aliasOf

public abstract Class<?> aliasOf
Indicate that the annotated class should be treated as an alias of an existing marshalling mapping, and should not be directly mapped itself.

Returns:
Default:
java.lang.Object.class

Errai 3.0.1-SNAPSHOT

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