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