Annotation Interface MsgPackAnnotation.Array
- Enclosing class:
- MsgPackAnnotation
@Documented
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Inherited
public static @interface MsgPackAnnotation.Array
A collection of 
@MsgPack annotations.- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueThe child annotations.- Returns:
- The annotation value.
 
 
-