Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.config.xml
Interface XmlSimpleName

All Superinterfaces:
java.lang.annotation.Annotation

@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public interface XmlSimpleName
extends java.lang.annotation.Annotation

Denotes that a class is associated with the processing of a specifically named Xml element or attribute.

A simple name, also often called local name, is the part of an Xml element or attribute name without the specified Xml namespace.

For example: The simple name of the Xml element <example:h1> is "h1". The simple name of the Xml element <example> is "example".

Typically an XmlSimpleName annotation is used to identify the Xml elements/attributes that ElementProcessors/AttributeProcessors can process with in a NamespaceHandler.

Since:
Coherence 12.1.2
Author:
bo 2012.09.14

Method Summary
 java.lang.String value()
          The simple name of the Xml element or attribute being associated with the class for processing.

 

Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString

 

Method Detail

value

java.lang.String value()
The simple name of the Xml element or attribute being associated with the class for processing.
Returns:
the simple name of an Xml element or attribute

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.