|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ASN1ImportedModules
Indicates ASN.1 modules which are imported by this module.
ASN1ImportedModules
annotation indicates ASN.1 modules which are
imported by this module.
ASN1Module
Required Element Summary | |
---|---|
java.lang.Class<? extends ASN1Module>[] |
value
Indicates ASN.1 module classes imported by the ASN.1 module. |
Element Detail |
---|
public abstract java.lang.Class<? extends ASN1Module>[] value
Class
object of ASN1Module
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |