javax.xml.bind
Interface Element

All Known Subinterfaces:
InoObject, JMElement

public interface Element

This interface doesn't expose any methods. Like Serializable, it is a marker interface with the single purpose of indicating what the implementation is.

See section 5.7 "Element Declaration", and 5.7.1 "Bind to Java Element Interface" of the JAXB specification for more details.

Since:
JAXB1.0
Author:
JSR-31