jp.bitmeister.asn1.annotation
Annotation Type ASN1ModuleRef


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

Indicates an ASN.1 module that a type is defined.

If this annotation is present on a sub-class of ASN1Type, it indicates a Class object of a sub-class of ASN1Module that represents an ASN.1 module that the type is included in.

Author:
WATANABE, Jun.
See Also:
ASN1Module

Required Element Summary
 java.lang.Class<? extends ASN1Module> value
          Indicates an ASN.1 module that the type is defined.
 

Element Detail

value

public abstract java.lang.Class<? extends ASN1Module> value
Indicates an ASN.1 module that the type is defined.

Returns:
The Class object of an ASN.1 module.


Copyright © 2012 BitMeister Inc. All Rights Reserved.