jp.bitmeister.asn1.annotation
Annotation Type ASN1XmlTypeName


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ASN1XmlTypeName

Indicates xml type name for an ASN.1 type.

If an @ASN1XmlTypeName annotation is present on a type, this value is used as xml tag name instead of their class name that taken by calling Class.getSimpleName() when the XER encoding process. If an ASN.1 identifier includes whitespace, this annotation shall be used.

Author:
WATANABE, Jun.

Required Element Summary
 java.lang.String value
          Indicates the xml tag name for this ASN.1 type.
 

Element Detail

value

public abstract java.lang.String value
Indicates the xml tag name for this ASN.1 type.

Returns:
The xml tag name.


Copyright © 2012 BitMeister Inc. All Rights Reserved.