com.epam.xml.anotations
Annotation Type XmlElementRef


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

Author:
Serhiy_Zahriychuk Date: Oct 31, 2008

Optional Element Summary
 String name
           
 String namespace
           
 Class type
           
 

type

public abstract Class type
Default:
java.lang.Object.class

namespace

public abstract String namespace
Default:
""

name

public abstract String name
Default:
"##default"


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.