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


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.