JBoss XML Binding 2.0.3.GA-redhat-2

org.jboss.xb.annotations
Annotation Type JBossXmlCollection


@Target(value={FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface JBossXmlCollection

A JBossXmlCollection. Used to specify the implementation of java.util.Collection for collection properties.

Version:
$Revision: 1.1 $
Author:
Alexey Loubyansky

Optional Element Summary
 Class<? extends Collection> type
           
 

type

public abstract Class<? extends Collection> type
Default:
java.util.ArrayList.class

JBoss XML Binding 2.0.3.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.