站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.0 API 英文版文档

Within (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


org.jboss.seam.annotations
Annotation Type Within


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Within

Specifies that an interceptor is called "within" another interceptor or interceptors.

Author:
Gavin King

Required Element Summary
 Class[] value
           
 

Element Detail

value

public abstract Class[] value