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 { }