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

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

}