blob: 0d663a186230d220ad6aa0db949948e1057561bf [file] [log] [blame]
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by IntelliJ IDEA.
* User: db
* Date: 06.08.11
* Time: 14:56
* To change this template use File | Settings | File Templates.
*/
@Retention(RetentionPolicy.SOURCE)
public @interface A2 {
String value ();
}