jp.bitmeister.asn1.annotation
Annotation Type ASN1DefinedTypes


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

Indicates ASN.1 types which are included in this module.

ASN1DefinedTypes annotation indicates ASN.1 types which are included in this module but defined at outside of the ASN.1 module class. ASN.1 types defined as static public member classes of an ASN.1 module class will be registered to the module automatically.

Author:
WATANABE, Jun.
See Also:
ASN1Module, ASN1Type

Required Element Summary
 java.lang.Class<? extends ASN1Type>[] value
          Indicates ASN.1 type classes defined at outside of the module class.
 

Element Detail

value

public abstract java.lang.Class<? extends ASN1Type>[] value
Indicates ASN.1 type classes defined at outside of the module class.

Returns:
An array of Class object of ASN1Type.


Copyright © 2012 BitMeister Inc. All Rights Reserved.