org.jboss.annotation.ejb
Annotation Type AspectDomain


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface AspectDomain

Annotation for specifying the aspect domain for a bean. The aspect domain contains the interceptor stack and bindings

Version:
$Revision: 1.1.2.8 $
Author:
Bill Burke

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value