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


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface MOXmlGlobalType

Defines that a bean, enumeration or complex property be mapped as a global XML Type.

This annotation must be used with conjunction of MOXmlNamespace or MOXmlNamespaceRef

This annotation can be used when

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

Optional Element Summary
 java.lang.String value
           
 

value

public abstract java.lang.String value
Default:
""


Copyright © 2008. All Rights Reserved.