jp.bitmeister.asn1.annotation
Annotation Type ASN1BuiltIn


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

Indicates that a type is an ASN.1 built-in type.

If an @ASN1BuiltIn annotation is present on a type, the type is treated as an ASN.1 built-in type. This annotation is used only for declaration of built-in ASN.1 types.

Author:
WATANABE, Jun.