javax.xml.bind

Interface Element

public interface Element

This interface doesn't expose any methods. Like {@link java.io.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