com.abra.j2xb.annotations.xmlAnnotations
Annotation Type MOXmlDerivedType


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

Defines an XML type for a property. If the annotation is not present, a default XML type is used based on the Java property type.

Since:
JDK1.5
Version:
1.0, Dec 10, 2007
Author:
Yoav Abrahami
See Also:
MOProperty, MoXmlBaseSimpleType

Required Element Summary
 MoXmlBaseSimpleType value
          the XML simple type
 

Element Detail

value

public abstract MoXmlBaseSimpleType value
the XML simple type



Copyright © 2008. All Rights Reserved.