summaryrefslogtreecommitdiffstats
path: root/src/org/uic/barcode/asn1/datatypes/Sequence.java
blob: 31163d7f569a01dcc63648b129cd3da6555427f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
package org.uic.barcode.asn1.datatypes;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

//@Target({ElementType.ANNOTATION_TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Sequence {

}