summaryrefslogtreecommitdiffstats
path: root/src/net/gcdc/asn1/datatypes/package-info.java
blob: 33644d5689ebcff0a64922922e84a4afe24433b6 (plain) (blame)
1
2
3
4
5
6
7
/** Annotations to create Java classes that correspond to ASN.1 specifications.
 *
 * Some annotations (e.g. {@link SizeRange}, {@link FixedSize}, {@link IntRange},{@link IntMaxValue}
 * {@link RestrictedString}) are Type-only annotations and sometime require creating extra classes,
 * they can be extended to work as Field annotations too, but this will require modifications to the
 * Encoder. */
package net.gcdc.asn1.datatypes;