org.granite.messaging.amf.types
Annotation Type AMFVectorInt


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface AMFVectorInt

The AMFVectorInt annotation can be used to force the serialization of a collection or array as an AMF Vector of int values.

Typical usage:

 @AMFVectorInt
 public int[] intValues;
 

Author:
Franck WOLFF

Optional Element Summary
 boolean fixed
           
 

fixed

public abstract boolean fixed
Default:
false