blob: af656a2a3e0f7fdbab23f5db7b2535faba641b98 [file] [log] [blame]
Michael Hanl1e18cb42015-08-06 20:57:35 +02001package de.ids_mannheim.korap.config;
2
3import java.lang.annotation.Retention;
4import java.lang.annotation.RetentionPolicy;
5
6/**
7 * @author hanl
8 * @date 27/07/2015
9 */
10@Retention(RetentionPolicy.RUNTIME)
11public @interface Configurable {
12 String value();
13}