com.epam.xml.anotations
Annotation Type XmlElement
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface XmlElement
- Author:
- Serhiy_Zahriychuk
Date: Oct 14, 2008
name
public abstract String name
- Default:
- "##default"
namespace
public abstract String namespace
- Default:
- "##default"
nillable
public abstract boolean nillable
- Default:
- false
required
public abstract boolean required
- Default:
- false
type
public abstract Class type
- Default:
- java.lang.Object.class
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.