summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/uic/barcode/asn1/datatypes/package-info.java
blob: aaa134e5d9d63d2e39100457cc47903d812524ec (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 org.uic.barcode.asn1.datatypes;