org.jboss.cdi.tck.tests.definition.stereotype.interceptor
Annotation Type AlphaOmegaStereotype


@Alpha(value=false)
@Omega
@Stereotype
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface AlphaOmegaStereotype

Stereotype with two interceptor bindings.

Author:
Martin Kouba



Copyright © 2008-2013 Seam Framework. All Rights Reserved.