|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
ASN1Module
Required Element Summary | |
---|---|
java.lang.Class<? extends ASN1Module> |
value
Indicates an ASN.1 module that the type is defined. |
Element Detail |
---|
public abstract java.lang.Class<? extends ASN1Module> value
Class
object of an ASN.1 module.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |