summaryrefslogtreecommitdiffstats
path: root/src/net/gcdc/asn1/datatypes/NoAsn1Field.java
blob: 3fa24423a1a828c6abf91afc237161b72b637f37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package net.gcdc.asn1.datatypes;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target({ElementType.TYPE, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface NoAsn1Field {}