Errai 3.0.1-SNAPSHOT

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


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

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

This annotation is only expected to be useful for classes nested in a portable class: nested classes are portable by default, unless annotated with @NotPortable.

Since:
Errai 2.0
Author:
Christian Sadilek , Jonathan Fuerth


Errai 3.0.1-SNAPSHOT

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