org.jboss.xb.annotations
Annotation Type JBossXmlChild


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface JBossXmlChild

JBossChild.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Required Element Summary
 String name
          The name
 Class<?> type
          The type
 
Optional Element Summary
 int maxOccurs
           
 int minOccurs
           
 String namespace
          The namespace
 boolean unbounded
           
 

Element Detail

name

public abstract String name
The name


type

public abstract Class<?> type
The type

namespace

public abstract String namespace
The namespace

Default:
"##default"

minOccurs

public abstract int minOccurs
Default:
0

maxOccurs

public abstract int maxOccurs
Default:
1

unbounded

public abstract boolean unbounded
Default:
false


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