1 package org.kuali.ole.alert.bo; 2 3 import java.lang.annotation.*; 4 5 /** 6 * Created by maheswarang on 12/21/14. 7 */ 8 @Documented 9 @Target(ElementType.FIELD) 10 @Inherited 11 @Retention(RetentionPolicy.RUNTIME) 12 public @interface AlertField { 13 }