blob: 40bfa1fdd5383ea6db8cd361182e1e89d7bfc497 [file] [log] [blame]
package org.apache.pluto.container.bean.processor;
import javax.enterprise.util.AnnotationLiteral;
/**
* An implementation of {@link NormalEvent}
* interface which allows us to create an instance of NormalEvent
* annotation
*
* @author ahmed
*
*/
@SuppressWarnings("serial")
public class NormalEventImpl extends AnnotationLiteral<NormalEvent> {
}