blob: 46ac298207b5c398a0970e75dfb7c2707f0a751c [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 {
}